Skip to content

Commit 67fed2d

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: Remove non-empty-string PHPDoc annotations
2 parents 9caf30e + 18c9a81 commit 67fed2d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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)