Skip to content

Commit 9ada435

Browse files
adhocoreStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 7d5e2d2 commit 9ada435

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
@@ -93,7 +93,7 @@ protected function getSegments($json)
9393
protected function checkTrail($char, $json)
9494
{
9595
if ($char === ',' || $this->commaPos === -1) {
96-
$this->commaPos = $this->commaPos + ($char === ',' ? 1 : 0);
96+
$this->commaPos = $this->commaPos + ($char === ',' ? 1 : 0);
9797

9898
return $json;
9999
}

0 commit comments

Comments
 (0)