Skip to content

Commit

Permalink
TASK make phpstan happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Jan 13, 2024
1 parent c4fe7a5 commit 53a0d13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Neos.Neos/Classes/Domain/Model/Site.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
use Doctrine\Common\Collections\ArrayCollection;
use Doctrine\Common\Collections\Collection;
use Doctrine\ORM\Mapping as ORM;
use Neos\ContentRepositoryRegistry\Exception\InvalidConfigurationException;
use Neos\Flow\Annotations as Flow;
use Neos\Media\Domain\Model\AssetCollection;
use Neos\Utility\Arrays;
Expand Down Expand Up @@ -45,7 +44,7 @@ class Site

/**
* @var array
* @phpstan-var array<string,array<string,mixed>>
* @phpstan-var array<string,mixed>
*/
#[Flow\InjectConfiguration(path: 'sitePresets')]
protected $sitePresetsConfiguration = [];
Expand Down

0 comments on commit 53a0d13

Please sign in to comment.