Skip to content

Commit

Permalink
Remove ignored error - fixed by phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar committed Mar 18, 2019
1 parent 57ff0f8 commit 9c3b66f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ parameters:
# Phpstan bug
- '#^Parameter \#1 \$function of function call_user_func_array expects callable\(\)\: mixed, array\(object, string\) given\.#'

# Phpstan don't understand complex try-catch constructs
- message: '#^Strict comparison using !== between null and null will always evaluate to false\.$#'
path: %currentWorkingDirectory%/src/Router/SimpleRouter.php

# Maybe later - complicated to fix
- '#^.*should be contravariant with parameter.*$#'

Expand Down

0 comments on commit 9c3b66f

Please sign in to comment.