Skip to content

Commit 938b5cd

Browse files
estahnStyleCIBot
authored andcommitted
Applied fixes from StyleCI
1 parent b214cae commit 938b5cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Assert.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public static function assertJsonMatchesSchema($schema, $content)
4040
// Assume references are relative to the current file
4141
// Create an issue or pull request if you need more complex use cases
4242
$refResolver = new RefResolver(new UriRetriever(), new UriResolver());
43-
$schemaObj = $refResolver->resolve('file://' . realpath($schema));
43+
$schemaObj = $refResolver->resolve('file://'.realpath($schema));
4444

4545
$validator = new Validator();
4646
$validator->check($content, $schemaObj);

0 commit comments

Comments
 (0)