Skip to content

Commit f1f7359

Browse files
alongoszkonradoboza
andcommitted
Replaced PHPDoc with strict type in BoostFactorProviderFactory
Co-Authored-By: Konrad Oboza <[email protected]>
1 parent 4ba6bef commit f1f7359

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/bundle/ApiLoader/BoostFactorProviderFactory.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ class BoostFactorProviderFactory implements ContainerAwareInterface
2020
{
2121
use ContainerAwareTrait;
2222

23-
/**
24-
* @var \Ibexa\Contracts\Core\Container\ApiLoader\RepositoryConfigurationProviderInterface
25-
*/
26-
private $repositoryConfigurationProvider;
23+
private RepositoryConfigurationProviderInterface $repositoryConfigurationProvider;
2724

2825
/**
2926
* @var string

0 commit comments

Comments
 (0)