From 8653a997c8b4d766f7fb4f6c1888cd0a1ea85cd9 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Thu, 2 Jul 2020 15:47:31 +0200 Subject: Remove unnecessary NOPHPLINT --- it_pipe.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it_pipe.class b/it_pipe.class index d3e4ae0..e009556 100644 --- a/it_pipe.class +++ b/it_pipe.class @@ -215,7 +215,7 @@ function csv($p = []) if (($cols = str_getcsv($line, $splitchar, '"')) && count($schema) == count($cols)) $records[] = (object)array_combine($schema, $cols); else - it::error((array)$p['it_error'] + ['title' => "schema mismatch: " . count($schema) . " vs " . count($cols), 'body' => [$schema, $line]]); # NOPHPLINT + it::error((array)$p['it_error'] + ['title' => "schema mismatch: " . count($schema) . " vs " . count($cols), 'body' => [$schema, $line]]); } setlocale(LC_CTYPE, $oldlocale); -- cgit v1.2.3