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 10c4baa commit 49317e4Copy full SHA for 49317e4
1 file changed
src/Parser/Parser.php
@@ -57,7 +57,7 @@ public function getCurrentLine(): string
57
$line = trim($line);
58
59
$line = preg_replace('/^#(.+)$/', '', $line);
60
- $line = preg_replace('/\s*#(.+)$/', '', $line);
+ $line = preg_replace('/\s*[^"\']#(.+)[^"\']$/', '', $line);
61
62
63
0 commit comments