Skip to content

Commit 41926bb

Browse files
committed
Apply fixes from StyleCI
1 parent 7ca526b commit 41926bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Comment.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ protected function doStrip(string $json): string
6363
$crlf = ["\n" => '\n', "\r" => '\r'];
6464

6565
while (isset($json[++$this->index])) {
66-
$oldprev = $prev ?? '';
66+
$oldprev = $prev ?? '';
6767
list($prev, $char, $next) = $this->getSegments($json);
6868

6969
$return = $this->checkTrail($char, $return);

0 commit comments

Comments
 (0)