Skip to content

Commit

Permalink
$ vendor/bin/phpcbf
Browse files Browse the repository at this point in the history
Beep Boop!

Signed-off-by: 💻 Eher <alexandre@eher.com.br>
  • Loading branch information
EHER committed Dec 20, 2022
1 parent 5e5b273 commit 6df1782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JsonValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function hasViolation(SampleCode $sampleCode): bool
{
try {
json_decode($sampleCode->code(), true, 512, JSON_THROW_ON_ERROR);
} catch (Throwable $ex) {
} catch (Throwable) {
return true;
}

Expand Down

0 comments on commit 6df1782

Please sign in to comment.