Skip to content

Commit 0f4871d

Browse files
Update dependency phpstan/phpstan to ^2.1.23 (#57)
* Update dependency phpstan/phpstan to ^2.1.23 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpstan/phpstan | 2.1.22 | 2.1.23 | * PHPStan fix --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Filippo Tessarotto <zoeslam@gmail.com>
1 parent 724fe96 commit 0f4871d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"php": "~8.3.0 || ~8.4.0"
1515
},
1616
"require-dev": {
17-
"phpstan/phpstan": "^2.1.22",
17+
"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)