We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d49f52 commit 5d4f259Copy full SHA for 5d4f259
tests/PHPStan/Analyser/data/param-out.php
@@ -315,7 +315,7 @@ function testParseStr() {
315
echo $output['arr'][1];//baz
316
*/
317
318
- \PHPStan\Testing\assertType('array<int|string, array|string>', $output);
+ \PHPStan\Testing\assertType('array<int|string, array|lowercase-string>', $output);
319
}
320
321
function fooSimilar() {
@@ -501,4 +501,3 @@ function testMatch() {
501
preg_match('#.*#', 'foo', $matches);
502
assertType('array{0?: string}', $matches);
503
504
-
0 commit comments