We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e178b94 commit 745ff04Copy full SHA for 745ff04
1 file changed
tests/PHPStan/Analyser/nsrt/bug-13629.php
@@ -27,6 +27,7 @@ function test(array $xsdFiles, array $groupedByNamespace, array $extraNamespaces
27
$xsdFiles[$xmlNamespace] = [];
28
foreach ($mergedNamespace as $namespace) {
29
foreach ($groupedByNamespace[$namespace] ?? [] as $viewHelper) {
30
+ assertType('string', $viewHelper['name']);
31
$xsdFiles[$xmlNamespace][$viewHelper['name']] = $viewHelper;
32
}
33
0 commit comments