propelorm/Propel2

View on GitHub

Showing 693 of 740 total issues

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 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 addJoinCondition has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          public function addJoinCondition(string $name, string $clause, $value = null, ?string $operator = null, ?int $bindingType = null)
      Severity: Minor
      Found in src/Propel/Runtime/ActiveQuery/ModelCriteria.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 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/OracleAdapter.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 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 __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                    public function __construct(Criteria $outer, string $clause, $column, $value = null, ?string $tableAlias = null)
                Severity: Minor
                Found in src/Propel/Runtime/ActiveQuery/Criterion/AbstractModelCriterion.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 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/PdoAdapter.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 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 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 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 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 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 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 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

                                        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/PgsqlPlatform.php - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language