propelorm/Propel2

View on GitHub

Showing 693 of 740 total issues

Method toArray has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

        ?string $keyColumn = null,
        bool $usePrefix = false,
        string $keyType = TableMap::TYPE_PHPNAME,
        bool $includeLazyLoadColumns = true,
        array $alreadyDumpedObjects = []
Severity: Minor
Found in src/Propel/Runtime/Collection/ObjectCollection.php - About 35 mins to fix

    Method bindValue has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        public function bindValue(StatementInterface $stmt, string $parameter, $value, ColumnMap $cMap, ?int $position = null): bool;
    Severity: Minor
    Found in src/Propel/Runtime/Adapter/SqlAdapterInterface.php - About 35 mins to fix

      Method bindValue has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          public function bindValue(StatementInterface $stmt, string $parameter, $value, ColumnMap $cMap, ?int $position = null): bool
      Severity: Minor
      Found in src/Propel/Runtime/Adapter/Pdo/MysqlAdapter.php - About 35 mins to fix

        Method toArray has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

                ?string $keyColumn = null,
                bool $usePrefix = false,
                string $keyType = TableMap::TYPE_PHPNAME,
                bool $includeLazyLoadColumns = true,
                array $alreadyDumpedObjects = []
        Severity: Minor
        Found in src/Propel/Runtime/Collection/OnDemandCollection.php - About 35 mins to fix

          Method bindParam has 5 arguments (exceeds 4 allowed). Consider refactoring.
          Open

              public function bindParam($parameter, &$variable, int $dataType = PDO::PARAM_STR, ?int $length = null, $driverOptions = null): bool
          Severity: Minor
          Found in src/Propel/Runtime/Connection/ProfilerStatementWrapper.php - About 35 mins to fix

            Method useAbstractInnerQueryCriterion has 5 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                    string $abstractInnerQueryCriterionClass,
                    string $relationName,
                    ?string $modelAlias = null,
                    ?string $queryClass = null,
                    ?string $operatorDeclaration = null
            Severity: Minor
            Found in src/Propel/Runtime/ActiveQuery/ModelCriteria.php - About 35 mins to fix

              Method addForeignValueCondition has 5 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                      string $rightTableName,
                      string $rightColumnName,
                      ?string $rightTableAlias,
                      $rightColumnValue,
                      string $operator = self::EQUAL
              Severity: Minor
              Found in src/Propel/Runtime/ActiveQuery/Join.php - About 35 mins to fix

                Method bindValue has 5 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                    public function bindValue(StatementInterface $stmt, string $parameter, $value, ColumnMap $cMap, ?int $position = null): bool
                Severity: Minor
                Found in src/Propel/Runtime/Adapter/Pdo/SqlsrvAdapter.php - About 35 mins to fix

                  Method bindColumn has 5 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                      public function bindColumn($column, &$param, ?int $type = null, ?int $maxlen = null, $driverdata = null): void
                  Severity: Minor
                  Found in src/Propel/Runtime/DataFetcher/PDODataFetcher.php - About 35 mins to fix

                    Method addLocalValueCondition has 5 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                            string $leftTableName,
                            string $leftColumnName,
                            ?string $leftTableAlias,
                            $leftColumnValue,
                            string $operator = self::EQUAL
                    Severity: Minor
                    Found in src/Propel/Runtime/ActiveQuery/Join.php - About 35 mins to fix

                      Method bindParam has 5 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                          public function bindParam($parameter, &$variable, int $dataType = PDO::PARAM_STR, ?int $length = null, $driverOptions = null): bool
                      Severity: Minor
                      Found in src/Propel/Runtime/Connection/StatementWrapper.php - About 35 mins to fix

                        Method build has 5 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                                ?string $dsn = null,
                                ?string $user = null,
                                ?string $pass = null,
                                ?AdapterInterface $adapter = null,
                                ?array $classTargets = null
                        Severity: Minor
                        Found in src/Propel/Generator/Util/QuickBuilder.php - About 35 mins to fix

                          Method bindColumn has 5 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                              public function bindColumn($column, &$param, $type = null, $maxlen = null, $driverdata = null): bool
                          Severity: Minor
                          Found in src/Propel/Runtime/Connection/StatementWrapper.php - About 35 mins to fix

                            Method bindParam has 5 arguments (exceeds 4 allowed). Consider refactoring.
                            Open

                                public function bindParam($parameter, &$variable, int $dataType = PDO::PARAM_STR, ?int $length = null, $driverOptions = null): bool;
                            Severity: Minor
                            Found in src/Propel/Runtime/Connection/StatementInterface.php - About 35 mins to fix

                              Method bindColumn has 5 arguments (exceeds 4 allowed). Consider refactoring.
                              Open

                                  public function bindColumn($column, &$param, ?int $type = null, ?int $maxlen = null, $driverdata = null): bool;
                              Severity: Minor
                              Found in src/Propel/Runtime/Connection/StatementInterface.php - About 35 mins to fix

                                Method addWithRelatedQuery has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                    protected function addWithRelatedQuery(string &$script, Table $fkTable, string $queryClass, string $relationName, string $joinType): void
                                Severity: Minor
                                Found in src/Propel/Generator/Builder/Om/QueryBuilder.php - About 35 mins to fix

                                  Method addJoinRelated has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                  Open

                                          string &$script,
                                          Table $fkTable,
                                          string $queryClass,
                                          string $relationName,
                                          string $joinType
                                  Severity: Minor
                                  Found in src/Propel/Generator/Builder/Om/QueryBuilder.php - About 35 mins to fix

                                    Method addUseRelatedQuery has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

                                        protected function addUseRelatedQuery(string &$script, Table $fkTable, string $queryClass, string $relationName, string $joinType): void
                                    Severity: Minor
                                    Found in src/Propel/Generator/Builder/Om/QueryBuilder.php - About 35 mins to fix

                                      Method getIdentifierPhp has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                      Open

                                              string $columnValueMutator,
                                              string $connectionVariableName = '$con',
                                              string $sequenceName = '',
                                              string $tab = '            ',
                                              ?string $phpType = null
                                      Severity: Minor
                                      Found in src/Propel/Generator/Platform/DefaultPlatform.php - About 35 mins to fix

                                        Method getIdentifierPhp has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                        Open

                                                string $columnValueMutator,
                                                string $connectionVariableName = '$con',
                                                string $sequenceName = '',
                                                string $tab = '            ',
                                                ?string $phpType = null
                                        Severity: Minor
                                        Found in src/Propel/Generator/Platform/OraclePlatform.php - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language