We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe82479 commit 1042e66Copy full SHA for 1042e66
src/Loader/StrictPoLoader.php
@@ -167,7 +167,7 @@ private function readCommentString(): string
167
private function readQuotedString(?string $context = null): string
168
{
169
$this->readWhitespace();
170
- for ($data = '', $isNewPart = true, $checkpoint = null; ;) {
+ for ($data = '', $isNewPart = true, $checkpoint = null;;) {
171
if ($isNewPart && !$this->readChar('"')) {
172
// The data is over (e.g. beginning of an identifier) or perhaps there's an error
173
// Restore the checkpoint and let the next parser handle it
0 commit comments