Skip to content

Commit

Permalink
fix phpstan issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Apr 5, 2021
1 parent bb7cfff commit cc3312c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phpstan.neon
Expand Up @@ -60,4 +60,8 @@ parameters:
message: '/^\$this\(PhpCsFixer\\Tokenizer\\Tokens\) does not accept PhpCsFixer\\Tokenizer\\Token\|null\.$/'
path: src/Tokenizer/Tokens.php

- # https://github.com/phpstan/phpstan/issues/4808
message: '/^Access to private property \$ignore of parent class Symfony\\Component\\Finder\\Finder\.$/'
path: src/Finder.php

tipsOfTheDay: false

0 comments on commit cc3312c

Please sign in to comment.