Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e6d6bed

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: Remove non-empty-string PHPDoc annotations
2 parents 30a041d + 093ebec commit e6d6bed

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
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
{

src/Symfony/Component/Serializer/Context/Encoder/CsvEncoderContextBuilder.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ final class CsvEncoderContextBuilder implements ContextBuilderInterface
3030
*
3131
* Must be a single character.
3232
*
33-
* @param non-empty-string|null $delimiter
34-
*
3533
* @throws InvalidArgumentException
3634
*/
3735
public function withDelimiter(?string $delimiter): static
@@ -48,8 +46,6 @@ public function withDelimiter(?string $delimiter): static
4846
*
4947
* Must be a single character.
5048
*
51-
* @param non-empty-string|null $enclosure
52-
*
5349
* @throws InvalidArgumentException
5450
*/
5551
public function withEnclosure(?string $enclosure): static

0 commit comments

Comments
 (0)