Skip to content

Commit b7fef74

Browse files
committed
fix: add type hint for DOMNodeList in findOriginalModuleInXmlItems
1 parent 9c9ad7e commit b7fef74

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Service/VendorFileMapper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ private function parseDiFileForCompatModule(string $diPath, string $moduleName):
365365
return null;
366366
}
367367

368+
/** @var \DOMNodeList<\DOMNode> $items */
368369
return $this->findOriginalModuleInXmlItems($items, $xpath, $moduleName);
369370
}
370371

0 commit comments

Comments
 (0)