File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ public function toConstraintName(): string
38
38
return 'draft2019-09 ' ;
39
39
case self ::DRAFT_2020_12 :
40
40
return 'draft2020-12 ' ;
41
-
42
41
}
43
42
44
43
throw new \Exception ('Unsupported schema URI: ' . $ this ->getValue ());
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ protected function getUriRetrieverMock($schema): object
40
40
if (strpos ($ args [0 ], DraftIdentifiers::DRAFT_4 ()->withoutFragment ()) === 0 ) {
41
41
return $ that ->getDraftSchema ('json-schema-draft-04.json ' );
42
42
}
43
- if (strpos ($ args [0 ],DraftIdentifiers::DRAFT_6 ()->withoutFragment ()) === 0 ) {
43
+ if (strpos ($ args [0 ], DraftIdentifiers::DRAFT_6 ()->withoutFragment ()) === 0 ) {
44
44
return $ that ->getDraftSchema ('json-schema-draft-06.json ' );
45
45
}
46
46
You can’t perform that action at this time.
0 commit comments