Skip to content

Commit 8c6124e

Browse files
authored
Merge branch refs/heads/1.12.x into 2.0.x
2 parents 24224fb + 5d4f259 commit 8c6124e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

+1-2
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)