From ac09569844a9109a5966b9438fc29113ce77cf51 Mon Sep 17 00:00:00 2001 From: Robin Chalas Date: Wed, 21 Sep 2022 21:53:16 +0200 Subject: [PATCH] Remove non-empty-string PHPDoc annotations --- Path.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Path.php b/Path.php index 6d3755e0a..9aa37355a 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 {