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 30d622a commit 4dc5e4fCopy full SHA for 4dc5e4f
src/JsonSchema/Uri/UriResolver.php
@@ -155,7 +155,7 @@ private static function normalizePath($path)
155
*/
156
private static function getPathSegments($path) {
157
158
- return explode(DIRECTORY_SEPARATOR, $path);
+ return explode("/", $path);
159
}
160
161
/**
src/JsonSchema/Uri/UriRetriever.php
@@ -265,7 +265,7 @@ private static function normalizePath($path)
265
266
private static function getPathSegments($path)
267
{
268
269
270
271
0 commit comments