Skip to content

Commit

Permalink
make items public for compatibility
Browse files Browse the repository at this point in the history
all properties used to be public, other software may depend on accessing
the items directly.
  • Loading branch information
splitbrain committed May 16, 2017
1 parent 8c3c9b9 commit d05aa7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Creator/FeedCreator.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ abstract class FeedCreator extends HtmlDescribable {


/** @var FeedItem[] */
protected $items = Array();
public $items = Array();

/**
* Generator string
Expand Down

0 comments on commit d05aa7e

Please sign in to comment.