Skip to content

Commit c38a860

Browse files
authored
Merge pull request #14 from estahn/analysis-qJGvVV
Applied fixes from StyleCI
2 parents b214cae + 938b5cd commit c38a860

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)