We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d9714 commit 7640d0bCopy full SHA for 7640d0b
composer.json
@@ -17,7 +17,7 @@
17
"phpstan/phpstan": "^2.1.23",
18
"phpstan/phpstan-phpunit": "^2.0.7",
19
"phpstan/phpstan-strict-rules": "^2.0.6",
20
- "phpunit/phpunit": "^12.3.8",
+ "phpunit/phpunit": "^12.3.9",
21
"slam/php-cs-fixer-extensions": "^3.12",
22
"symfony/console": "^7.3.3"
23
},
phpstan-baseline.neon
@@ -7,7 +7,7 @@ parameters:
7
path: lib/ErrorHandler.php
8
9
-
10
- message: '#^Parameter \#2 \$array of function implode expects array\|null, mixed given\.$#'
+ message: '#^Parameter \#2 \$array of function implode expects array, mixed given\.$#'
11
identifier: argument.type
12
count: 1
13
0 commit comments