diff --git a/lib/OpdsFeed.php b/lib/OpdsFeed.php index 76c75e27..e096e5c5 100644 --- a/lib/OpdsFeed.php +++ b/lib/OpdsFeed.php @@ -39,7 +39,6 @@ abstract class OpdsFeed extends AtomFeed{ $this->Updated = $updated; - /** @phpstan-ignore-next-line */ unset($this->_XmlString); file_put_contents($this->Path, $this->GetXmlString());