Skip to content

Commit d4f9071

Browse files
adhocoreStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent c763fba commit d4f9071

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Comment.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ public static function parse(string $json, bool $assoc = false, int $depth = 512
204204
public static function parseFromFile(string $file, bool $assoc = false, int $depth = 512, int $options = 0)
205205
{
206206
$json = file_get_contents($file);
207-
echo "\n";
208-
// echo (new static)->strip($json);
207+
echo "\n";
208+
// echo (new static)->strip($json);
209209
return static::parse(trim($json), $assoc, $depth, $options);
210210
}
211211
}

0 commit comments

Comments
 (0)