diff --git a/src/bundle/ApiLoader/BoostFactorProviderFactory.php b/src/bundle/ApiLoader/BoostFactorProviderFactory.php index 8689ac85..cd054f66 100644 --- a/src/bundle/ApiLoader/BoostFactorProviderFactory.php +++ b/src/bundle/ApiLoader/BoostFactorProviderFactory.php @@ -20,10 +20,7 @@ class BoostFactorProviderFactory implements ContainerAwareInterface { use ContainerAwareTrait; - /** - * @var \Ibexa\Contracts\Core\Container\ApiLoader\RepositoryConfigurationProviderInterface - */ - private $repositoryConfigurationProvider; + private RepositoryConfigurationProviderInterface $repositoryConfigurationProvider; /** * @var string diff --git a/src/bundle/ApiLoader/IndexingDepthProviderFactory.php b/src/bundle/ApiLoader/IndexingDepthProviderFactory.php index 38db2c44..a78722bc 100644 --- a/src/bundle/ApiLoader/IndexingDepthProviderFactory.php +++ b/src/bundle/ApiLoader/IndexingDepthProviderFactory.php @@ -18,10 +18,7 @@ class IndexingDepthProviderFactory implements ContainerAwareInterface { use ContainerAwareTrait; - /** - * @var \Ibexa\Contracts\Core\Container\ApiLoader\RepositoryConfigurationProviderInterface - */ - private $repositoryConfigurationProvider; + private RepositoryConfigurationProviderInterface $repositoryConfigurationProvider; /** * @var string diff --git a/src/bundle/ApiLoader/SolrEngineFactory.php b/src/bundle/ApiLoader/SolrEngineFactory.php index 35de38fe..dbb72533 100644 --- a/src/bundle/ApiLoader/SolrEngineFactory.php +++ b/src/bundle/ApiLoader/SolrEngineFactory.php @@ -16,8 +16,7 @@ class SolrEngineFactory { - /** @var \Ibexa\Contracts\Core\Container\ApiLoader\RepositoryConfigurationProviderInterface */ - private $repositoryConfigurationProvider; + private RepositoryConfigurationProviderInterface $repositoryConfigurationProvider; /** @var string */ private $defaultConnection;