@@ -36,7 +36,7 @@ discard block |
||
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 |
||
58 | 58 | } |
59 | 59 | |
60 | 60 | /** |
61 | - * @param $path |
|
61 | + * @param string $path |
|
62 | 62 | * |
63 | 63 | * @return ResponsiveImage |
64 | 64 | * @throws FileNotFoundException |