Skip to content

Commit 3822f76

Browse files
github-actionsgithub-actions[bot]
authored andcommitted
style(php-cs-fixer): fix coding standards
1 parent e7c73d5 commit 3822f76

File tree

2 files changed

+41
-40
lines changed

2 files changed

+41
-40
lines changed

composer.lock

Lines changed: 40 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Driver/Jsoner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public static function toJson(mixed $value, bool $encode = true, bool $validate
3232

3333
$result = (string) $value;
3434

35-
if ($validate && !json_validate($result)) {
35+
if ($validate && !\json_validate($result)) {
3636
throw new BuilderException('Invalid JSON value.');
3737
}
3838

0 commit comments

Comments
 (0)