Skip to content

Commit

Permalink
Replaced $repositoryConfigurationProvider PHPDoc with strict type
Browse files Browse the repository at this point in the history
Co-Authored-By: Konrad Oboza <[email protected]>
  • Loading branch information
alongosz and konradoboza committed Jul 22, 2024
1 parent 4ba6bef commit 93a2754
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
5 changes: 1 addition & 4 deletions src/bundle/ApiLoader/BoostFactorProviderFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ class BoostFactorProviderFactory implements ContainerAwareInterface
{
use ContainerAwareTrait;

/**
* @var \Ibexa\Contracts\Core\Container\ApiLoader\RepositoryConfigurationProviderInterface
*/
private $repositoryConfigurationProvider;
private RepositoryConfigurationProviderInterface $repositoryConfigurationProvider;

/**
* @var string
Expand Down
5 changes: 1 addition & 4 deletions src/bundle/ApiLoader/IndexingDepthProviderFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ class IndexingDepthProviderFactory implements ContainerAwareInterface
{
use ContainerAwareTrait;

/**
* @var \Ibexa\Contracts\Core\Container\ApiLoader\RepositoryConfigurationProviderInterface
*/
private $repositoryConfigurationProvider;
private RepositoryConfigurationProviderInterface $repositoryConfigurationProvider;

/**
* @var string
Expand Down
3 changes: 1 addition & 2 deletions src/bundle/ApiLoader/SolrEngineFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@

class SolrEngineFactory
{
/** @var \Ibexa\Contracts\Core\Container\ApiLoader\RepositoryConfigurationProviderInterface */
private $repositoryConfigurationProvider;
private RepositoryConfigurationProviderInterface $repositoryConfigurationProvider;

/** @var string */
private $defaultConnection;
Expand Down

0 comments on commit 93a2754

Please sign in to comment.