mirror of
https://github.com/standardebooks/web.git
synced 2025-07-06 06:40:33 -04:00
Remove unneeded PHPStan ignore line
This commit is contained in:
parent
ee18651732
commit
2ac2cc3de2
1 changed files with 0 additions and 1 deletions
|
@ -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());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue