Skip to content

Commit

Permalink
Merge branch 'hotfix/3.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
adrenth committed Jul 7, 2021
2 parents 4a43756 + 3828dce commit 80858ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions components/Items.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@
namespace Vdlp\RssFetcher\Components;

use Cms\Classes\ComponentBase;
use October\Rain\Support\Collection;
use Throwable;
use Vdlp\RssFetcher\Models\Item;

final class Items extends ComponentBase
{
public ?Collection $items = null;
public array $items = [];

public function componentDetails(): array
{
Expand Down
1 change: 1 addition & 0 deletions updates/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@
2.2.1: "Fix error when performing a migration rollback"
3.0.0: Drop support for PHP 7.4 (minimum required PHP version 7.4)
3.0.1: "Fix type in Sources component (Sources::$sources)"
3.0.2: "Fix type in Items component (Items::$items)"

0 comments on commit 80858ff

Please sign in to comment.