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 9c9ad7e commit b7fef74Copy full SHA for b7fef74
1 file changed
src/Service/VendorFileMapper.php
@@ -365,6 +365,7 @@ private function parseDiFileForCompatModule(string $diPath, string $moduleName):
365
return null;
366
}
367
368
+ /** @var \DOMNodeList<\DOMNode> $items */
369
return $this->findOriginalModuleInXmlItems($items, $xpath, $moduleName);
370
371
0 commit comments