Hopefully fix PHPStan
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user