Skip to content

Commit 5d4f259

Browse files
VincentLangletondrejmirtes
authored andcommitted
Fix test
1 parent 7d49f52 commit 5d4f259

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/PHPStan/Analyser/data/param-out.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ function testParseStr() {
315315
echo $output['arr'][1];//baz
316316
*/
317317

318-
\PHPStan\Testing\assertType('array<int|string, array|string>', $output);
318+
\PHPStan\Testing\assertType('array<int|string, array|lowercase-string>', $output);
319319
}
320320

321321
function fooSimilar() {
@@ -501,4 +501,3 @@ function testMatch() {
501501
preg_match('#.*#', 'foo', $matches);
502502
assertType('array{0?: string}', $matches);
503503
}
504-

0 commit comments

Comments
 (0)