Showing 4,652 of 306,333 total issues
Avoid too many return
statements within this method. Open
Open
return true;
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 (int) $value !== \App\User::getCurrentUserId() ? false : true;
Avoid too many return
statements within this method. Open
Open
return false;
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 true;
Avoid too many return
statements within this method. Open
Open
return (int) $value === \App\User::getCurrentUserId() ? false : true;
Avoid too many return
statements within this method. Open
Open
return $fieldValue > $value;
Avoid too many return
statements within this method. Open
Open
return $fieldValue <= $value;
Avoid too many return
statements within this method. Open
Open
return $fieldValue >= $value;
Avoid too many return
statements within this method. Open
Open
return 'off' === $fieldValue || 0 === $fieldValue || '0' === $fieldValue || '' === $fieldValue;
Avoid too many return
statements within this method. Open
Open
return $fieldValue == $value;
Avoid too many return
statements within this method. Open
Open
return false === strpos($fieldValue, $value);
Avoid too many return
statements within this method. Open
Open
return false;
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 false;
Avoid too many return
statements within this method. Open
Open
return false;