Passed
Push — master ( 4b5f24...20219f )
by Brent
02:15
created
src/ResponsiveFactory.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -145,7 +145,7 @@
 block discarded – undo
145 145
     }
146 146
 
147 147
     /**
148
-     * @param        $directory
148
+     * @param        string $directory
149 149
      * @param string $path
150 150
      *
151 151
      * @return SplFileInfo
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use brendt\image\config\ResponsiveFactoryConfigurator;
6 6
 use brendt\image\exception\FileNotFoundException;
7
-use Intervention\Image\Exception\NotReadableException;
8 7
 use Intervention\Image\ImageManager;
9 8
 use Symfony\Component\Filesystem\Filesystem;
10 9
 use Symfony\Component\Finder\Finder;
Please login to merge, or discard this patch.