Skip to content

Commit

Permalink
fix(TEN-738): set escapeCharacter property to prevent uncaught type e…
Browse files Browse the repository at this point in the history
…rror

Argument 1 passed to League\Csv\AbstractCsv::setEscape() must be of the type string, null given
  • Loading branch information
Maikel-Koek committed Feb 16, 2023
1 parent 0145aab commit 46691b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Streamer/FileCsv.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ public function __construct(
$this->log = $log;
$this->headers = $headers;
$this->delimiter = $delimiter;
$this->escapeCharacter = $escapeCharacter;
}

/**
Expand Down

0 comments on commit 46691b0

Please sign in to comment.