Skip to content

Commit

Permalink
Merge pull request #17 from dlangille/master
Browse files Browse the repository at this point in the history
Fix PHP 8.3 breakage by declaring missing properties
  • Loading branch information
flack committed Jan 23, 2024
2 parents c8537bf + 329b286 commit b912ff2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Creator/FeedCreator.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ abstract class FeedCreator extends HtmlDescribable
*/
protected $encoding = "UTF-8"; //"ISO-8859-1";

protected $_timeout; # lib/Creator/FeedCreator.php line 238
protected $truncSize; # lib/Creator/PIECreator01.php line 29

/**
* Any additional elements to include as an associated array. All $key => $value pairs
* will be included unencoded in the feed in the form
Expand Down

0 comments on commit b912ff2

Please sign in to comment.