Skip to content

Commit

Permalink
Remove ignore errors rule (issue fixed)
Browse files Browse the repository at this point in the history
  • Loading branch information
daohoangson committed Sep 30, 2018
1 parent 1fbcb5b commit ef1a5ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions PHPStan/phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ parameters:

ignoreErrors:
- '#^If condition is always false.$#'
# https://github.com/phpstan/phpstan/issues/1062
- '#^Offset .+ does not exist on#'
- '#^Parameter \#1 \$categories of method XF\\Repository\\AbstractCategoryTree::createCategoryTree\(\) expects null#'
- '#^Parameter \#1 \$toSerialize of static method XF\\Util\\Php::safeSerialize\(\) expects string#'
- '#^Parameter \#2 \$keyedBy of method XF\\Mvc\\Entity\\Finder::pluckFrom\(\) expects null#'
Expand Down

0 comments on commit ef1a5ec

Please sign in to comment.