Skip to content

Commit

Permalink
Merge pull request #253 from phil-davis/phpstan-for-6.0
Browse files Browse the repository at this point in the history
chore: remove message from phpstan ignoreErrors [6.0]
  • Loading branch information
phil-davis authored Jan 6, 2025
2 parents bd9a49b + be35e26 commit 6e09694
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"sabre/uri" : "^2.3"
},
"require-dev" : {
"friendsofphp/php-cs-fixer": "^3.64",
"friendsofphp/php-cs-fixer": "^3.66",
"phpstan/phpstan": "^1.12",
"phpunit/phpunit" : "^9.6"
},
Expand Down
4 changes: 0 additions & 4 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,3 @@ parameters:
message: "#^Strict comparison using === between null and array<string, mixed> will always evaluate to false.$#"
count: 1
path: lib/functions.php
-
message: "#^Offset 'value' on array.* in isset\\(\\) always exists and is not nullable.$#"
count: 1
path: lib/functions.php

0 comments on commit 6e09694

Please sign in to comment.