Completed
Pull Request — 1.0 (#991)
by Rob
01:51
created
Command/AbstractCacheCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
     /**
50 50
      * @param InputInterface $input
51 51
      *
52
-     * @return array
52
+     * @return string[]
53 53
      */
54 54
     protected function resolveFilters(InputInterface $input)
55 55
     {
Please login to merge, or discard this patch.
Imagine/Cache/Resolver/WebPathResolver.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace Liip\ImagineBundle\Imagine\Cache\Resolver;
13 13
 
14 14
 use Liip\ImagineBundle\Binary\BinaryInterface;
15
-use Liip\ImagineBundle\Utility\Framework\SymfonyFramework;
16 15
 use Symfony\Component\Filesystem\Filesystem;
17 16
 use Symfony\Component\Routing\RequestContext;
18 17
 
Please login to merge, or discard this patch.
Utility/Framework/SymfonyFramework.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace Liip\ImagineBundle\Utility\Framework;
13 13
 
14
-use Symfony\Component\Filesystem\Filesystem;
15 14
 use Symfony\Component\HttpKernel\Kernel;
16 15
 
17 16
 /**
Please login to merge, or discard this patch.