Skip to content

Commit

Permalink
Fix phpstan ignoreErrors (For some reason, the position has changed a…
Browse files Browse the repository at this point in the history
…fter moving the class for me)
  • Loading branch information
uginroot committed Mar 19, 2020
1 parent ccc76fa commit 98dc45b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ parameters:
- '#Cannot call method addChildNode\(\) on Knp\\DoctrineBehaviors\\Contract\\Entity\\TreeNodeInterface\|null#'

- '#Property Knp\\DoctrineBehaviors\\Provider\\LocaleProvider\:\:\$translator has no typehint specified#'
- '#PHPDoc tag @var has invalid value \(TranslatorInterface&LocaleAwareInterface\|null\)\: Unexpected token "\|", expected TOKEN_OTHER at offset 56#'
- '#PHPDoc tag @var has invalid value \(TranslatorInterface&LocaleAwareInterface\|null\)\: Unexpected token "\|", expected TOKEN_OTHER at offset \d+#'

0 comments on commit 98dc45b

Please sign in to comment.