Skip to content

Commit 498b868

Browse files
committed
Fix
1 parent 93f509e commit 498b868

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

tests/PHPStan/Generics/data/varyingAcceptor-5.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,10 @@
88
"message": "Parameter #2 $t1 of function PHPStan\\Generics\\VaryingAcceptor\\applyReversed expects callable(PHPStan\\Generics\\VaryingAcceptor\\A): void, Closure(PHPStan\\Generics\\VaryingAcceptor\\B): void given.",
99
"line": 42,
1010
"ignorable": true
11+
},
12+
{
13+
"message": "Parameter #1 $closure of function PHPStan\\Generics\\VaryingAcceptor\\bar expects callable(callable(): string): string, callable(callable(): int): string given.",
14+
"line": 55,
15+
"ignorable": true
1116
}
1217
]

tests/PHPStan/Generics/data/varyingAcceptor-7.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)