Skip to content

Commit 0d7f23d

Browse files
authored
Merge pull request #252 from phil-davis/phpstan-20250106
chore: remove message from phpstan ignoreErrors
2 parents 5666164 + 52a40de commit 0d7f23d

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"sabre/uri" : "^2.3 || ^3.0"
1414
},
1515
"require-dev" : {
16-
"friendsofphp/php-cs-fixer": "^3.64",
17-
"phpstan/phpstan": "^1.11",
16+
"friendsofphp/php-cs-fixer": "^3.66",
17+
"phpstan/phpstan": "^1.12",
1818
"phpstan/phpstan-phpunit": "^1.4",
1919
"phpstan/phpstan-strict-rules": "^1.6",
20-
"phpstan/extension-installer": "^1.3",
20+
"phpstan/extension-installer": "^1.4",
2121
"phpunit/phpunit" : "^9.6"
2222
},
2323
"suggest" : {

phpstan.neon

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ parameters:
3030
message: "#^Strict comparison using === between null and array<string, mixed> will always evaluate to false.$#"
3131
count: 1
3232
path: lib/functions.php
33-
-
34-
message: "#^Offset 'value' on array.* in isset\\(\\) always exists and is not nullable.$#"
35-
count: 1
36-
path: lib/functions.php
3733
-
3834
message: "#^.* will always evaluate to true\\.$#"
3935
count: 4

0 commit comments

Comments
 (0)