Skip to content

Commit

Permalink
Remove non-empty-string PHPDoc annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
chalasr committed Sep 21, 2022
1 parent 2d67c1f commit ac09569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Path.php
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 ac09569

Please sign in to comment.