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 7ca526b commit 41926bbCopy full SHA for 41926bb
src/Comment.php
@@ -63,7 +63,7 @@ protected function doStrip(string $json): string
63
$crlf = ["\n" => '\n', "\r" => '\r'];
64
65
while (isset($json[++$this->index])) {
66
- $oldprev = $prev ?? '';
+ $oldprev = $prev ?? '';
67
list($prev, $char, $next) = $this->getSegments($json);
68
69
$return = $this->checkTrail($char, $return);
0 commit comments