|
@@ -135,7 +135,7 @@ |
|
|
block discarded – undo |
|
135
|
135
|
if (property_exists($toResolveSchema, '$ref') && is_string($toResolveSchema->{'$ref'})) { |
|
136
|
136
|
$uri = $this->uriResolver->resolve($toResolveSchema->{'$ref'}, $schemaFilePath); |
|
137
|
137
|
$jsonPointer = new JsonPointer($uri); |
|
138
|
|
- $toResolveSchema->{'$ref'} = (string)$jsonPointer; |
|
|
138
|
+ $toResolveSchema->{'$ref'} = (string) $jsonPointer; |
|
139
|
139
|
$this->processSchema($jsonPointer->getFilename(), $serializedSchemas, $resources); |
|
140
|
140
|
} |
|
141
|
141
|
} |
Please login to merge, or discard this patch.