PHPStan updates

This commit is contained in:
Alex Cabal 2025-03-27 13:31:17 -05:00
parent 613d035ebe
commit f21783d1f8
6 changed files with 36 additions and 49 deletions

View file

@ -39,6 +39,7 @@ abstract class OpdsFeed extends AtomFeed{
$this->Updated = $updated;
/** @phpstan-ignore-next-line */
unset($this->_XmlString);
file_put_contents($this->Path, $this->GetXmlString());