We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36fc856 commit d3d20f1Copy full SHA for d3d20f1
1 file changed
src/RemoteRef/BasicFetcher.php
@@ -8,9 +8,6 @@ class BasicFetcher implements RemoteRefProvider
8
{
9
public function getSchemaData($url)
10
11
- if (strtolower(substr($url, 0, 7)) === 'file://') {
12
- $url = substr($url, 7);
13
- }
14
return json_decode(file_get_contents($url));
15
}
16
0 commit comments