@@ -20,8 +20,8 @@ |
||
| 20 | 20 | |
| 21 | 21 | use M1\Env\Exception\ParseException; |
| 22 | 22 | use M1\Env\Parser\AbstractParser; |
| 23 | -use M1\Env\Parser\ValueParser; |
|
| 24 | 23 | use M1\Env\Parser\KeyParser; |
| 24 | +use M1\Env\Parser\ValueParser; |
|
| 25 | 25 | |
| 26 | 26 | /** |
| 27 | 27 | * The .env parser |
@@ -441,8 +441,7 @@ |
||
| 441 | 441 | /** |
| 442 | 442 | * Returns if value starts with a value |
| 443 | 443 | * |
| 444 | - * @param string $value The value to search for |
|
| 445 | - * @param string $line The line to test |
|
| 444 | + * @param string string The line to test |
|
| 446 | 445 | * |
| 447 | 446 | * @return bool Returns if the line starts with value |
| 448 | 447 | */ |