Showing 331 of 503 total issues
Avoid too many return
statements within this method. Open
Open
return ($value <= $expression['value']);
Avoid too many return
statements within this method. Open
Open
return in_array($value, $expression['value']);
Avoid too many return
statements within this method. Open
Open
return $image;
Avoid too many return
statements within this method. Open
Open
return $fieldValue;
Avoid too many return
statements within this method. Open
Open
return I18n::decodeFindActive($fieldValue);
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return ($value < $expression['value']);
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return $image;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return $this->writeAttribute($event, implode(" ", $row));
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return ['upload' => false, 'message' => Storage::getUploadErrorMessage(UPLOAD_ERR_NO_FILE), 'file' => null, 'queueIds' => []];
Avoid too many return
statements within this method. Open
Open
return $this->outputError('Aborted by user.');
Avoid too many return
statements within this method. Open
Open
return $this->sendArray(false, $model->getErrors(), false);
Avoid too many return
statements within this method. Open
Open
return $this->sendArray(true);
Avoid too many return
statements within this method. Open
Open
return $this->sendArray(false, [Module::t('login_async_token_globalerror')]);
Avoid too many return
statements within this method. Open
Open
return $this->outputSuccess("Setup is finished. You can now login into the administration area with the email '{$this->email}'.");