@@ -19,7 +19,7 @@ |
||
19 | 19 | } |
20 | 20 | |
21 | 21 | /** |
22 | - * @param array $path |
|
22 | + * @param string $path |
|
23 | 23 | * |
24 | 24 | * @return array |
25 | 25 | * |
@@ -25,7 +25,7 @@ |
||
25 | 25 | $env = []; |
26 | 26 | while (false === feof($file)) { |
27 | 27 | $line = trim(fgets($file)); |
28 | - $number ++; |
|
28 | + $number++; |
|
29 | 29 | |
30 | 30 | if ($this->isCommentOrEmpty($line)) { |
31 | 31 | continue; |