Skip to content

Commit

Permalink
Merge pull request #252 from phil-davis/phpstan-20250106
Browse files Browse the repository at this point in the history
chore: remove message from phpstan ignoreErrors
  • Loading branch information
phil-davis authored Jan 6, 2025
2 parents 5666164 + 52a40de commit 0d7f23d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"sabre/uri" : "^2.3 || ^3.0"
},
"require-dev" : {
"friendsofphp/php-cs-fixer": "^3.64",
"phpstan/phpstan": "^1.11",
"friendsofphp/php-cs-fixer": "^3.66",
"phpstan/phpstan": "^1.12",
"phpstan/phpstan-phpunit": "^1.4",
"phpstan/phpstan-strict-rules": "^1.6",
"phpstan/extension-installer": "^1.3",
"phpstan/extension-installer": "^1.4",
"phpunit/phpunit" : "^9.6"
},
"suggest" : {
Expand Down
4 changes: 0 additions & 4 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ 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
-
message: "#^.* will always evaluate to true\\.$#"
count: 4
Expand Down

0 comments on commit 0d7f23d

Please sign in to comment.