mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-17 05:50:59 +02:00
Hopefully fix PHPStan
This commit is contained in:
parent
6c0bcd90ed
commit
17c6d7af8d
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user