Skip to content

Commit 4acf789

Browse files
committed
Update phpstan ignore
1 parent 7b5f7f7 commit 4acf789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ parameters:
55
- '#Call to an undefined method PhpParser\\Node\\Expr\|PhpParser\\Node\\Name\:\:toString\(\)#'
66
- '#Parameter \#1 \$array of function array_flip expects array<int\|string>, array<int, int\|string>\|int\|string given.#'
77
-
8-
message: '#Parameter \#1 \$callback of function array_map expects \(callable\(PhpParser\\Node\\Identifier\|PhpParser\\Node\\Name\)\: mixed\)\|null, Closure\(PhpParser\\Node\\Identifier\)\: string given\.#'
8+
message: '#Parameter \#1 \$callback of function array_map expects \(callable\(PhpParser\\Node\\Identifier\|PhpParser\\Node\\IntersectionType|PhpParser\\Node\\Name\)\: mixed\)\|null, Closure\(PhpParser\\Node\\Identifier\)\: string given\.#'
99
path: src/Exercise/UniteTheTypes.php
1010
-
1111
message: '#If condition is always true\.#'

0 commit comments

Comments
 (0)