Skip to content

Commit 7640d0b

Browse files
committed
PHPStan fix
1 parent 55d9714 commit 7640d0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"phpstan/phpstan": "^2.1.23",
1818
"phpstan/phpstan-phpunit": "^2.0.7",
1919
"phpstan/phpstan-strict-rules": "^2.0.6",
20-
"phpunit/phpunit": "^12.3.8",
20+
"phpunit/phpunit": "^12.3.9",
2121
"slam/php-cs-fixer-extensions": "^3.12",
2222
"symfony/console": "^7.3.3"
2323
},

phpstan-baseline.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ parameters:
77
path: lib/ErrorHandler.php
88

99
-
10-
message: '#^Parameter \#2 \$array of function implode expects array\|null, mixed given\.$#'
10+
message: '#^Parameter \#2 \$array of function implode expects array, mixed given\.$#'
1111
identifier: argument.type
1212
count: 1
1313
path: lib/ErrorHandler.php

0 commit comments

Comments
 (0)