Remove unneeded PHPStan ignore line

This commit is contained in:
Alex Cabal 2025-04-07 22:51:35 -05:00
parent ee18651732
commit 2ac2cc3de2

View file

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