Skip to content

Commit

Permalink
Update phpstan rules
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Mar 26, 2022
1 parent 823dcbe commit ddd6c73
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions phpstan.neon
Expand Up @@ -9,6 +9,4 @@ parameters:
ignoreErrors:
- message: '#Parameter \#1 \$code of static method PhpCsFixer\\Tokenizer\\Tokens::fromCode\(\) expects string, string\|false given#'
path: %currentWorkingDirectory%/tests/Fixer/SpecifyArgSeparatorFixerTest.php
- message: '#Parameter \#1 \$filename of function file_get_contents expects string, string\|false given.#'
path: %currentWorkingDirectory%/tests/Fixer/SpecifyArgSeparatorFixerTest.php
checkMissingIterableValueType: false

0 comments on commit ddd6c73

Please sign in to comment.