Closed ramirocavalcanti closed 3 years ago
To fix, add a empty array at the end of generateCommand)
$this->the_command = $this->generateCommand('list_parameters');
Becomes: $this->the_command = $this->generateCommand('list_parameters',[]);
public function list_parameters($input_file) { $this->setInputFile($input_file);
$this->the_command = $this->generateCommand('list_parameters',[]); return $this; }
To fix, add a empty array at the end of generateCommand)
$this->the_command = $this->generateCommand('list_parameters');
Becomes: $this->the_command = $this->generateCommand('list_parameters',[]);
public function list_parameters($input_file) { $this->setInputFile($input_file);