We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b54b4 commit 6cb70ecCopy full SHA for 6cb70ec
src/JsonSchema/Uri/Retrievers/FileGetContents.php
@@ -33,7 +33,7 @@ public function retrieve($uri)
33
'header' => "Accept: " . Validator::SCHEMA_MEDIA_TYPE
34
)));
35
36
- $response = file_get_contents($uri);
+ $response = file_get_contents($uri, null, $context);
37
if (false === $response) {
38
throw new ResourceNotFoundException('JSON schema not found at ' . $uri);
39
}
0 commit comments