Skip to content

Commit 1042e66

Browse files
committed
Fix coding style
1 parent fe82479 commit 1042e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Loader/StrictPoLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ private function readCommentString(): string
167167
private function readQuotedString(?string $context = null): string
168168
{
169169
$this->readWhitespace();
170-
for ($data = '', $isNewPart = true, $checkpoint = null; ;) {
170+
for ($data = '', $isNewPart = true, $checkpoint = null;;) {
171171
if ($isNewPart && !$this->readChar('"')) {
172172
// The data is over (e.g. beginning of an identifier) or perhaps there's an error
173173
// Restore the checkpoint and let the next parser handle it

0 commit comments

Comments
 (0)