Skip to content

Commit

Permalink
Remove no longer needed phpstan error ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Apr 23, 2020
1 parent 429e39f commit f438dac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
],
"require": {
"php": "^7.2",
"symplify/easy-coding-standard": "^7.2.0"
"symplify/easy-coding-standard": "^7.2.0",
"friendsofphp/php-cs-fixer": "^2.16.3"
},
"require-dev": {
"j13k/yaml-lint": "dev-master",
Expand Down
2 changes: 0 additions & 2 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ parameters:
- src/
- tests/
ignoreErrors:
- message: '#Parameter \#2 \$items of method PhpCsFixer\\Tokenizer\\Tokens::insertAt\(\) expects#'
path: %currentWorkingDirectory%/src/Fixer/SpecifyArgSeparatorFixer.php
- message: '#Parameter \#(2|3) \$(argumentStart|argumentEnd) of method PhpCsFixer\\Tokenizer\\Analyzer\\ArgumentsAnalyzer::getArgumentInfo\(\) expects int#'
path: %currentWorkingDirectory%/src/Fixer/SpecifyArgSeparatorFixer.php
- message: '#Parameter \#1 \$code of static method PhpCsFixer\\Tokenizer\\Tokens::fromCode\(\) expects string, string\|false given#'
Expand Down

0 comments on commit f438dac

Please sign in to comment.