Skip to content

Commit

Permalink
Remove no longer triggered error from PHPStand ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Jun 30, 2020
1 parent ae6fc90 commit a067ec6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ parameters:
- '/Cannot access property \$parameters on mixed/'
- '/Parameter #1 \$haystack of function mb_stripos expects string, \(array\)\|string given/'
- '/Strict comparison using === between null and array will always evaluate to false/'
- '/Cannot access offset . on array\|Closure/'
# \Rebing\GraphQL\Support\SelectFields::handleFields
- '/Parameter #1 \$function of function call_user_func expects callable\(\): mixed, array\(mixed, mixed\) given/'
- '/Binary operation "." between string and array\|string\|null results in an error/'
Expand Down

0 comments on commit a067ec6

Please sign in to comment.