We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9caf30e + 18c9a81 commit 67fed2dCopy full SHA for 67fed2d
Context/Encoder/CsvEncoderContextBuilder.php
@@ -30,8 +30,6 @@ final class CsvEncoderContextBuilder implements ContextBuilderInterface
30
*
31
* Must be a single character.
32
33
- * @param non-empty-string|null $delimiter
34
- *
35
* @throws InvalidArgumentException
36
*/
37
public function withDelimiter(?string $delimiter): static
@@ -48,8 +46,6 @@ public function withDelimiter(?string $delimiter): static
48
46
49
47
50
51
- * @param non-empty-string|null $enclosure
52
53
54
55
public function withEnclosure(?string $enclosure): static
0 commit comments