Passed
Push — master ( 3148ef...a69ac5 )
by Brent
02:22
created
src/ResponsiveFactory.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
     /**
37 37
      * ResponsiveFactory constructor.
38 38
      *
39
-     * @param        $compileDir
39
+     * @param        string $compileDir
40 40
      * @param string $driver
41 41
      * @param float  $stepModifier
42 42
      * @param int    $minsize
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
     }
59 59
 
60 60
     /**
61
-     * @param $path
61
+     * @param string $path
62 62
      *
63 63
      * @return ResponsiveImage
64 64
      * @throws FileNotFoundException
Please login to merge, or discard this patch.