8000 Merge branch '5.4' into 6.0 · symfony/symfony@30a9506 · GitHub
[go: up one dir, main page]

Skip to content

Commit 30a9506

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Remove non-empty-string PHPDoc annotations
2 parents 82e5c2b + 97e4212 commit 30a9506

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Component/Filesystem

1 file changed

+1
-1
lines changed

src/Symfony/Component/Filesystem/Path.php

Lines changed: 1 addition & 1 deletion
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)
0