Skip to content

Commit 62565da

Browse files
authored
README.md: Remove unwanted whitespace (#700)
1 parent 9336297 commit 62565da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ $schemaStorage = new SchemaStorage();
173173
$schemaStorage->addSchema('file://mySchema', $jsonSchemaObject);
174174

175175
// Provide $schemaStorage to the Validator so that references can be resolved during validation
176-
$jsonValidator = new Validator( new Factory($schemaStorage));
176+
$jsonValidator = new Validator(new Factory($schemaStorage));
177177

178178
// JSON must be decoded before it can be validated
179179
$jsonToValidateObject = json_decode('{"data":123}');

0 commit comments

Comments
 (0)