Skip to content

Commit 4d216a2

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: Remove non-empty-string PHPDoc annotations
2 parents 3f39c04 + 3adca49 commit 4d216a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Path.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ public static function isBasePath(string $basePath, string $ofPath): bool
721721
}
722722

723723
/**
724-
* @return non-empty-string[]
724+
* @return string[]
725725
*/
726726
private static function findCanonicalParts(string $root, string $pathWithoutRoot): array
727727
{

0 commit comments

Comments
 (0)