From 17c6d7af8d718abe4cc3ea673e86c4f8f01f95e2 Mon Sep 17 00:00:00 2001 From: vjkcxl <349-vjkcxl@users.noreply.gitlab.tt-rss.org> Date: Mon, 1 Sep 2025 14:42:00 -0500 Subject: Hopefully fix PHPStan --- plugins/af_comics/filters/af_comics_comicpress.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins') 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 $toUpdates + */ private function move_all_attributes(DOMNodeList $toUpdates, string $srcName, string $dstName): void { foreach ($toUpdates as $toUpdate) { $attributeValue = $toUpdate->getAttribute($srcName); -- cgit v1.2.3-54-g00ecf