diff --git a/Neos.Neos/Classes/Domain/Model/Site.php b/Neos.Neos/Classes/Domain/Model/Site.php index 7ca8eca6efd..b1d1fac85fd 100644 --- a/Neos.Neos/Classes/Domain/Model/Site.php +++ b/Neos.Neos/Classes/Domain/Model/Site.php @@ -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; @@ -45,7 +44,7 @@ class Site /** * @var array - * @phpstan-var array> + * @phpstan-var array */ #[Flow\InjectConfiguration(path: 'sitePresets')] protected $sitePresetsConfiguration = [];