@@ -38,7 +38,6 @@ |
||
| 38 | 38 | /** |
| 39 | 39 | * @param MimeTypeGuesserInterface $mimeGuesser |
| 40 | 40 | * @param ExtensionGuesserInterface $extensionGuesser |
| 41 | - * @param string[] $locatorOrDataRoots |
|
| 42 | 41 | * @param LocatorInterface $locator |
| 43 | 42 | */ |
| 44 | 43 | public function __construct( |
@@ -12,11 +12,9 @@ |
||
| 12 | 12 | namespace Liip\ImagineBundle\DependencyInjection\Factory\Loader; |
| 13 | 13 | |
| 14 | 14 | use Liip\ImagineBundle\Exception\InvalidArgumentException; |
| 15 | -use Liip\ImagineBundle\Utility\Framework\SymfonyFramework; |
|
| 16 | 15 | use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition; |
| 17 | 16 | use Symfony\Component\DependencyInjection\ChildDefinition; |
| 18 | 17 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
| 19 | -use Symfony\Component\DependencyInjection\ContainerInterface; |
|
| 20 | 18 | use Symfony\Component\DependencyInjection\DefinitionDecorator; |
| 21 | 19 | use Symfony\Component\DependencyInjection\Reference; |
| 22 | 20 | |
@@ -74,7 +74,7 @@ discard block |
||
| 74 | 74 | /** |
| 75 | 75 | * @param string $path |
| 76 | 76 | * |
| 77 | - * @return bool|string |
|
| 77 | + * @return string|false |
|
| 78 | 78 | */ |
| 79 | 79 | private function locateUsingRootPathsSearch($path) |
| 80 | 80 | { |
@@ -90,7 +90,7 @@ discard block |
||
| 90 | 90 | /** |
| 91 | 91 | * @param string $path |
| 92 | 92 | * |
| 93 | - * @return bool|string |
|
| 93 | + * @return false|string |
|
| 94 | 94 | */ |
| 95 | 95 | private function locateUsingRootPlaceholder($path) |
| 96 | 96 | { |