Skip to content

Commit

Permalink
Merge branch '6.1' into 6.2
Browse files Browse the repository at this point in the history
* 6.1:
  Remove non-empty-string PHPDoc annotations
  • Loading branch information
chalasr committed Sep 21, 2022
2 parents 8adca9c + 4d216a2 commit ccff5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Path.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit ccff5f3

Please sign in to comment.