mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 00:36:38 +00:00
Tell PhpStorm not to complain about reference mismatch
http://blog.jpauli.tech/2014/06/27/references-mismatch.html#what-is-a-reference-mismatch
This commit is contained in:
@@ -797,6 +797,7 @@ class Csv {
|
||||
$entry = array();
|
||||
|
||||
// create heading
|
||||
/** @noinspection ReferenceMismatchInspection */
|
||||
$fieldOrder = $this->_validate_fields_for_unparse($fields);
|
||||
if (!$fieldOrder && !empty($data)) {
|
||||
$column_count = count($data[0]);
|
||||
|
||||
Reference in New Issue
Block a user