modifs.mineures sans commentaires

This commit is contained in:
Jephté Clain 2024-10-03 04:59:49 +04:00
parent caf7352eb1
commit c23a8c8c19
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ abstract class AbstractReader implements IReader {
#
$this->schema = $params["schema"] ?? static::SCHEMA;
$this->headers = $params["headers"] ?? static::HEADERS;
$this->cookRow = $params["use_headers"] ?? static::COOk_ROW;
$this->cookRow = $params["cook_row"] ?? static::COOk_ROW;
$this->input = $params["input"] ?? static::INPUT;
$this->trim = boolval($params["trim"] ?? static::TRIM);
$this->parseEmptyAsNull = boolval($params["empty_as_null"] ?? static::PARSE_EMPTY_AS_NULL);