Skip to content

Commit 572af79

Browse files
Fixed indentation
1 parent 99f3e12 commit 572af79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Loader/Parser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ private static function processChar($state, $char)
215215
return Success::create(['', false, self::WHITESPACE_STATE]);
216216
}
217217
case self::COMMENT_STATE:
218-
/** @var \Dotenv\Result\Result<array{string,bool,int},string> */
218+
/** @var \Dotenv\Result\Result<array{string,bool,int},string> */
219219
return Success::create(['', false, self::COMMENT_STATE]);
220220
default:
221221
throw new RuntimeException('Parser entered invalid state.');

0 commit comments

Comments
 (0)