Skip to content

Commit

Permalink
Fix array
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrimaud committed Sep 2, 2021
1 parent 0f24437 commit 43b5bcc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/SectionCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,7 @@ class SectionCollection
/**
* @var array
*/
private array $items;

public function __construct()
{
$this->items = [];
}
private array $items = [];

/**
* @param Section $section
Expand Down

0 comments on commit 43b5bcc

Please sign in to comment.