@@ -3,10 +3,8 @@ |
||
3 | 3 | namespace AssetManager\Core\Resolver; |
4 | 4 | |
5 | 5 | use ArrayAccess; |
6 | -use Assetic\Asset\FileAsset; |
|
7 | 6 | use Assetic\Factory\Resource\DirectoryResource; |
8 | 7 | use AssetManager\Core\Exception; |
9 | -use AssetManager\Core\Service\MimeResolver; |
|
10 | 8 | use SplFileInfo; |
11 | 9 | use Traversable; |
12 | 10 | use Zend\Stdlib\PriorityQueue; |
@@ -67,7 +67,7 @@ |
||
67 | 67 | /** |
68 | 68 | * @param string $path |
69 | 69 | * |
70 | - * @return \Assetic\Asset\FileAsset|\Assetic\Asset\HttpAsset|null |
|
70 | + * @return \Assetic\Asset\AssetInterface |
|
71 | 71 | */ |
72 | 72 | public function getCollectionAsset($path) |
73 | 73 | { |
@@ -63,7 +63,7 @@ |
||
63 | 63 | * then will attempt to get it from the service locator, finally will fallback |
64 | 64 | * to a class mapper. |
65 | 65 | * |
66 | - * @param $path |
|
66 | + * @param string $path |
|
67 | 67 | * |
68 | 68 | * @return array |
69 | 69 | */ |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use Assetic\Asset\AssetInterface; |
6 | 6 | use Assetic\Filter\FilterInterface; |
7 | 7 | use AssetManager\Core\Exception; |
8 | -use AssetManager\Core\Resolver\MimeResolverAwareInterface; |
|
9 | 8 | use Psr\Container\ContainerInterface; |
10 | 9 | |
11 | 10 | class AssetFilterManager |
@@ -206,7 +206,7 @@ |
||
206 | 206 | /** |
207 | 207 | * Normalize the path |
208 | 208 | * |
209 | - * @param $path |
|
209 | + * @param string $path |
|
210 | 210 | * |
211 | 211 | * @return string |
212 | 212 | */ |