-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Open
Labels
Description
Description
There are two methods to check whether path is absolute. Filesystem::isAbsolutePath()
and Path::isAbsolute()
. They look quite similar and I would suggest to make them share the same implementation to avoid confusion
public function isAbsolutePath(string $file): bool |
public static function isAbsolute(string $path): bool |
Example
No response