Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
if (!$parameters) {
$this->errored++;
if ($this->getOption('v')) {
- $this->out('Unabled to parse parameter JSON of the row with id ' . $workerqueueItem['id']);
+ $this->out('Unable to parse parameter JSON of the row with id ' . $workerqueueItem['id']);
$this->out('JSON: ' . var_export($workerqueueItem['parameter'], true));
}
}
} else {
$this->errored++;
if ($this->getOption('v')) {
- $this->out('Unabled to update the row with id ' . $workerqueueItem['id']);
+ $this->out('Unable to update the row with id ' . $workerqueueItem['id']);
$this->out('Fields: ' . var_export($fields, true));
}
}