Showing 4,652 of 306,333 total issues
Avoid too many return
statements within this method. Open
Open
return \App\Language::translate('Password should contain special characters', $moduleName);
Avoid too many return
statements within this method. Open
Open
return 'PLL_PLANNED';
Avoid too many return
statements within this method. Open
Open
return App\Language::translate($this->get($fieldName), 'Users');
Avoid too many return
statements within this method. Open
Open
return $passStatus['message'];
Avoid too many return
statements within this method. Open
Open
return \App\Purifier::encodeHtml($this->get($fieldName));
Avoid too many return
statements within this method. Open
Open
return 'PLL_WAITING_FOR_RENEWAL';
Avoid too many return
statements within this method. Open
Open
return 'PLL_NOT_RENEWED_VERIFICATION';
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return \call_user_func_array("{$classFunction['class']}::{$classFunction['method']}", [$this, 'PLL_NOT_RENEWED_VERIFICATION']);
Avoid too many return
statements within this method. Open
Open
return \call_user_func_array("{$classFunction['class']}::{$classFunction['method']}", [$this, 'PLL_WAITING_FOR_RENEWAL']);
Avoid too many return
statements within this method. Open
Open
return \App\Language::translate('Lowercase letters a to z', $moduleName);
Avoid too many return
statements within this method. Open
Open
return $result;
Avoid too many return
statements within this method. Open
Open
return 'on' === $fieldValue || 1 === $fieldValue || '1' === $fieldValue;
Avoid too many return
statements within this method. Open
Open
return preg_match($value, $fieldValue);
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 false;
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return empty(array_diff($value, $fieldValue));
Avoid too many return
statements within this method. Open
Open
return !\in_array($fieldValue, $value);