Showing 1,520 of 1,520 total issues

Avoid too many return statements within this method.
Open

            return true;

    Avoid too many return statements within this method.
    Open

                return false;

      Avoid too many return statements within this method.
      Open

                      return $default;
      Severity: Major
      Found in protected/modules/store/models/AttributeValue.php - About 30 mins to fix

        Avoid too many return statements within this method.
        Open

                        return CHtml::numberField($name, $value, $htmlOptions);
        Severity: Major
        Found in protected/modules/store/components/AttributeRender.php - About 30 mins to fix

          Avoid too many return statements within this method.
          Open

                          return CHtml::fileField($name.'[name]', null, $htmlOptions);
          Severity: Major
          Found in protected/modules/store/components/AttributeRender.php - About 30 mins to fix

            Avoid too many return statements within this method.
            Open

                            return $this->string_value;
            Severity: Major
            Found in protected/modules/store/models/AttributeValue.php - About 30 mins to fix

              Avoid too many return statements within this method.
              Open

                              return $this->string_value;
              Severity: Major
              Found in protected/modules/store/models/AttributeValue.php - About 30 mins to fix

                Avoid too many return statements within this method.
                Open

                                return $this->text_value;
                Severity: Major
                Found in protected/modules/store/models/AttributeValue.php - About 30 mins to fix

                  Avoid too many return statements within this method.
                  Open

                                  return CHtml::checkBox($name, $value, CMap::mergeArray(['uncheckValue' => 0], $htmlOptions));
                  Severity: Major
                  Found in protected/modules/store/components/AttributeRender.php - About 30 mins to fix

                    Avoid too many return statements within this method.
                    Open

                            return null;
                    Severity: Major
                    Found in protected/modules/store/components/AttributeRender.php - About 30 mins to fix

                      Avoid too many return statements within this method.
                      Open

                                  return self::IN_CHAR;

                        Avoid too many return statements within this method.
                        Open

                                    return self::IN_DECIMAL_POINT;

                          Avoid too many return statements within this method.
                          Open

                                      return self::IN_ESCAPE_CHAR;

                            Avoid too many return statements within this method.
                            Open

                                        return new Zend_Search_Lucene_Search_Query_Empty();

                              Avoid too many return statements within this method.
                              Open

                                              return reset($subqueries);

                                Avoid too many return statements within this method.
                                Open

                                        return $file;

                                  Avoid too many return statements within this method.
                                  Open

                                              return $this->_directory->getFileObject($filename, $shareHandler);

                                    Avoid too many return statements within this method.
                                    Open

                                                return $optimizedQuery;

                                      Avoid too many return statements within this method.
                                      Open

                                              return $optimizedQuery;

                                        Avoid too many return statements within this method.
                                        Open

                                                    return $optimizedQuery;
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language