...turn false; } // try to decode the line $this->line++; $line = rtrim($line, "\r\n"); if (strlen($line) === 0) { if ($this->inCli) { echo "WARNING: empty line #" . $this->line . "\n"; } $this->invalidLines++; return $this->getDataList(); } $...