We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9336297 commit 62565daCopy full SHA for 62565da
README.md
@@ -173,7 +173,7 @@ $schemaStorage = new SchemaStorage();
173
$schemaStorage->addSchema('file://mySchema', $jsonSchemaObject);
174
175
// Provide $schemaStorage to the Validator so that references can be resolved during validation
176
-$jsonValidator = new Validator( new Factory($schemaStorage));
+$jsonValidator = new Validator(new Factory($schemaStorage));
177
178
// JSON must be decoded before it can be validated
179
$jsonToValidateObject = json_decode('{"data":123}');
0 commit comments