Removed unused $error property from RSSParser

Change-Id: I2b731fd3f56ce9f876bf0b4724328ef0a424f802
This commit is contained in:
Umherirrender 2024-08-20 21:17:39 +02:00
parent 5e09d619b9
commit c4074eab33

View file

@ -28,7 +28,6 @@ class RSSParser {
protected $etag;
protected $lastModified;
protected $xml;
protected $error;
protected $displayFields = [ 'author', 'title', 'encodedContent', 'description' ];
protected $stripItems;
protected $markerString;