Skip to content

Commit fbc67dd

Browse files
committed
Fix PHPStan message change
1 parent 4669214 commit fbc67dd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ parameters:
33
ignoreErrors:
44
- '#Cannot access property \$args on PhpParser\\Node\|null#'
55
- '#Call to an undefined method PhpParser\\Node\\Expr\|PhpParser\\Node\\Name\:\:toString\(\)#'
6-
- '#Parameter \#1 \$array of function array_flip expects array, array\<int, int\|string\>\|int\|string given\.#'
6+
- '#Parameter \#1 \$array of function array_flip expects array<int\|string>, array<int, int\|string>\|int\|string given.#'
77

88
excludes_analyse:
99
- src/TestUtils/WorkshopExerciseTest.php

0 commit comments

Comments
 (0)