diff options
| -rwxr-xr-x | plugins/af_comics/filters/af_comics_comicpress.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/af_comics/filters/af_comics_comicpress.php b/plugins/af_comics/filters/af_comics_comicpress.php index 3b61612fb..db65915bc 100755 --- a/plugins/af_comics/filters/af_comics_comicpress.php +++ b/plugins/af_comics/filters/af_comics_comicpress.php @@ -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); |