mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-12-08 22:41:00 +01: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 {
|
private function move_all_attributes(DOMNodeList $toUpdates, string $srcName, string $dstName): void {
|
||||||
foreach ($toUpdates as $toUpdate) {
|
foreach ($toUpdates as $toUpdate) {
|
||||||
$attributeValue = $toUpdate->getAttribute($srcName);
|
$attributeValue = $toUpdate->getAttribute($srcName);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user