App\Console\Commands\CheckData::getOptions PHP Method

getOptions() protected method

protected getOptions ( ) : array
return array
    protected function getOptions()
    {
        return [['fix', null, InputOption::VALUE_OPTIONAL, 'Fix data', null], ['client_id', null, InputOption::VALUE_OPTIONAL, 'Client id', null]];
    }