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 a05d9f8 commit b9d94b0Copy full SHA for b9d94b0
FileLocator.php
@@ -84,7 +84,7 @@ private function isAbsolutePath(string $file): bool
84
&& ':' === $file[1]
85
&& ('\\' === $file[2] || '/' === $file[2])
86
)
87
- || null !== parse_url($file, \PHP_URL_SCHEME)
+ || parse_url($file, \PHP_URL_SCHEME)
88
) {
89
return true;
90
}
0 commit comments