diff --git a/Path.php b/Path.php index 37dce5c01..8ddbac8f4 100644 --- a/Path.php +++ b/Path.php @@ -721,7 +721,7 @@ public static function isBasePath(string $basePath, string $ofPath): bool } /** - * @return non-empty-string[] + * @return string[] */ private static function findCanonicalParts(string $root, string $pathWithoutRoot): array {