We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ca8e19 commit 7825950Copy full SHA for 7825950
1 file changed
tests/PHPStan/Analyser/nsrt/bug-13629.php
@@ -21,6 +21,9 @@ function test(array $xsdFiles, array $groupedByNamespace, array $extraNamespaces
21
}
22
$xmlNamespace = $groupedByNamespace[$targetNamespace][0]['xmlNamespace'];
23
24
+ assertType('string', $xmlNamespace);
25
+ assertType('non-empty-list<string>&hasOffsetValue(1, string)', $mergedNamespace);
26
+
27
$xsdFiles[$xmlNamespace] = [];
28
foreach ($mergedNamespace as $namespace) {
29
foreach ($groupedByNamespace[$namespace] ?? [] as $viewHelper) {
0 commit comments