Skip to content

Commit

Permalink
Fixed phpstan error
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Nov 4, 2019
1 parent 5ca7d84 commit d7201cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,3 @@ parameters:
- '/Method Setono\\SyliusFacebookTrackingPlugin\\Builder\\BuilderInterface\:\:createFromJson\(\) has no return typehint specified\./'
- '/Method Setono\\SyliusFacebookTrackingPlugin\\Builder\\Builder\:\:create\(\) has no return typehint specified\./'
- '/Method Setono\\SyliusFacebookTrackingPlugin\\Builder\\Builder\:\:createFromJson\(\) has no return typehint specified\./'
- '/\:\:addContent\(\) has parameter \$content with no typehint specified/'
- '/\:\:addContentId\(\) has parameter \$contentId with no typehint specified/'
1 change: 0 additions & 1 deletion src/Builder/ContentsAwareBuilderTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public function addContent($content): self
}

$this->data['contents'][] = $content;


return $this;
}
Expand Down

0 comments on commit d7201cb

Please sign in to comment.