propelorm/Propel2

View on GitHub

Showing 740 of 740 total issues

Avoid too many return statements within this method.
Open

            return [null, null];
Severity: Major
Found in src/Propel/Runtime/ActiveQuery/ModelCriteria.php - About 30 mins to fix

    Avoid too many return statements within this method.
    Open

                return $replaced;
    Severity: Major
    Found in src/Propel/Common/Config/Loader/FileLoader.php - About 30 mins to fix

      Avoid too many return statements within this method.
      Open

                          return false;
      Severity: Major
      Found in src/Propel/Runtime/ActiveQuery/Criteria.php - About 30 mins to fix

        Avoid too many return statements within this method.
        Open

                    return new BasicModelCriterion($this, $clause, $colMap, $value, $this->currentAlias);
        Severity: Major
        Found in src/Propel/Runtime/ActiveQuery/ModelCriteria.php - About 30 mins to fix

          Avoid too many return statements within this method.
          Open

                          return new BasicCriterion($criteria, $column, $value, $comparison);
          Severity: Major
          Found in src/Propel/Runtime/ActiveQuery/Criterion/CriterionFactory.php - About 30 mins to fix

            Avoid too many return statements within this method.
            Open

                                    return false;
            Severity: Major
            Found in src/Propel/Runtime/ActiveQuery/Criteria.php - About 30 mins to fix

              Avoid too many return statements within this method.
              Open

                          return $this->declareClassNamespace($class, $namespace, $autoAliasName);
              Severity: Major
              Found in src/Propel/Generator/Builder/Om/AbstractOMBuilder.php - About 30 mins to fix

                Avoid too many return statements within this method.
                Open

                                return true;
                Severity: Major
                Found in src/Propel/Generator/Builder/Om/AbstractOMBuilder.php - About 30 mins to fix

                  Avoid too many return statements within this method.
                  Open

                                  return true;
                  Severity: Major
                  Found in src/Propel/Generator/Builder/Om/AbstractOMBuilder.php - About 30 mins to fix

                    Avoid too many return statements within this method.
                    Open

                                    return true;
                    Severity: Major
                    Found in src/Propel/Generator/Builder/Om/AbstractOMBuilder.php - About 30 mins to fix

                      Avoid too many return statements within this method.
                      Open

                              return false;
                      Severity: Major
                      Found in src/Propel/Generator/Builder/Om/AbstractOMBuilder.php - About 30 mins to fix

                        Avoid too many return statements within this method.
                        Open

                                    return true;
                        Severity: Major
                        Found in src/Propel/Generator/Model/Diff/ForeignKeyComparator.php - About 30 mins to fix

                          Avoid too many return statements within this method.
                          Open

                                  return $this->defaultValue->getValue();
                          Severity: Major
                          Found in src/Propel/Generator/Model/Domain.php - About 30 mins to fix

                            Avoid too many return statements within this method.
                            Open

                                    return sprintf("'%s'", $defaultValue->getValue());
                            Severity: Major
                            Found in src/Propel/Generator/Model/Column.php - About 30 mins to fix

                              Avoid too many return statements within this method.
                              Open

                                      return $fromFk->isSkipSql() !== $toFk->isSkipSql();
                              Severity: Major
                              Found in src/Propel/Generator/Model/Diff/ForeignKeyComparator.php - About 30 mins to fix

                                Avoid too many return statements within this method.
                                Open

                                        return ' USING NULL';
                                Severity: Major
                                Found in src/Propel/Generator/Platform/PgsqlPlatform.php - About 30 mins to fix

                                  Avoid too many return statements within this method.
                                  Open

                                          return $behavior;
                                  Severity: Major
                                  Found in src/Propel/Generator/Model/ForeignKey.php - About 30 mins to fix

                                    Avoid too many return statements within this method.
                                    Open

                                            return false;
                                    Severity: Major
                                    Found in src/Propel/Generator/Model/Table.php - About 30 mins to fix

                                      Function convertIntToArray has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                                      Open

                                          public static function convertIntToArray(?string $val, array $valueSet): array
                                          {
                                              if ($val === null) {
                                                  return [];
                                              }
                                      Severity: Minor
                                      Found in src/Propel/Common/Util/SetColumnConverter.php - About 25 mins to fix

                                      Cognitive Complexity

                                      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                                      A method's cognitive complexity is based on a few simple rules:

                                      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                                      • Code is considered more complex for each "break in the linear flow of the code"
                                      • Code is considered more complex when "flow breaking structures are nested"

                                      Further reading

                                      Function needsSelectAliases has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                                      Open

                                          public function needsSelectAliases(): bool
                                          {
                                              $columnNames = [];
                                              foreach ($this->getSelectColumns() as $fullyQualifiedColumnName) {
                                                  $pos = strrpos($fullyQualifiedColumnName, '.');
                                      Severity: Minor
                                      Found in src/Propel/Runtime/ActiveQuery/Criteria.php - About 25 mins to fix

                                      Cognitive Complexity

                                      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                                      A method's cognitive complexity is based on a few simple rules:

                                      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                                      • Code is considered more complex for each "break in the linear flow of the code"
                                      • Code is considered more complex when "flow breaking structures are nested"

                                      Further reading

                                      Severity
                                      Category
                                      Status
                                      Source
                                      Language