Skip to content

Commit

Permalink
Update const for enclose feature
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Dec 10, 2024
1 parent 059d5f5 commit d040063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Writer.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Writer extends AbstractCsv implements TabularDataWriter
{
protected const ENCLOSE_ALL = 1;
protected const ENCLOSE_SELECTIVE = 0;
protected const ENCLOSE_NONE = -2;
protected const ENCLOSE_NONE = -1;

protected const STREAM_FILTER_MODE = STREAM_FILTER_WRITE;
/** @var array<callable> callable collection to format the record before insertion. */
Expand Down

0 comments on commit d040063

Please sign in to comment.