Completed
Branch master (1b1779)
by Westin
04:26
created
src/Resolver/PrioritizedPathsResolver.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,10 +3,8 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Resolver/PrivateCollectionResolver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Service/AssetCacheManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
src/Service/AssetFilterManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Service/AssetManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -206,7 +206,7 @@
 block discarded – undo
206 206
     /**
207 207
      * Normalize the path
208 208
      *
209
-     * @param $path
209
+     * @param string $path
210 210
      *
211 211
      * @return string
212 212
      */
Please login to merge, or discard this patch.