Skip to content

Commit ccff5f3

Browse files
committedSep 21, 2022
Merge branch '6.1' into 6.2
* 6.1: Remove non-empty-string PHPDoc annotations
2 parents 8adca9c + 4d216a2 commit ccff5f3

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)
Please sign in to comment.