propelorm/Propel2

View on GitHub
src/Propel/Runtime/Connection/StatementInterface.php

Summary

Maintainability
A
1 hr
Test Coverage

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

      There are no issues that match your filters.

      Category
      Status