Skip to content

Commit 27ff3e8

Browse files
authored
Update README.md
1 parent 94d7bc5 commit 27ff3e8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,6 @@ $staticEvaluationContext = $evaluator->evaluateStatic($schema, new \Ropi\JsonSch
215215

216216
$instance = json_decode('6565650699413464649797946464646464649797979', false, 512, JSON_BIGINT_AS_STRING);
217217
$evaluator->evaluate($instance, $staticEvaluationContext); // Returns true
218-
219-
$staticEvaluationContext = $evaluator->evaluateStatic($schema, new \Ropi\JsonSchemaEvaluator\EvaluationConfig\StaticEvaluationConfig(
220-
defaultDraft: new \Ropi\JsonSchemaEvaluator\Draft\Draft202012()
221-
));
222218
```
223219

224220
## Custom keywords
@@ -267,4 +263,4 @@ $evaluator->evaluate($instance, $staticEvaluationContext); // Returns true, beca
267263

268264
$instance = 'hello';
269265
$evaluator->evaluate($instance, $staticEvaluationContext); // Returns false, because md5 hash does not match
270-
```
266+
```

0 commit comments

Comments
 (0)