Hopefully fix PHPStan

This commit is contained in:
vjkcxl 2025-09-01 14:42:00 -05:00
parent 6c0bcd90ed
commit 17c6d7af8d

View File

@ -64,6 +64,9 @@ class Af_Comics_ComicPress extends Af_ComicFilter {
}
}
/**
* @param DOMNodeList<DOMNode> $toUpdates
*/
private function move_all_attributes(DOMNodeList $toUpdates, string $srcName, string $dstName): void {
foreach ($toUpdates as $toUpdate) {
$attributeValue = $toUpdate->getAttribute($srcName);