propelorm/Propel2

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

Summary

Maintainability
B
4 hrs
Test Coverage

StatementWrapper has 29 functions (exceeds 20 allowed). Consider refactoring.
Open

class StatementWrapper implements StatementInterface, IteratorAggregate
{
    /**
     * The wrapped statement class
     *
Severity: Minor
Found in src/Propel/Runtime/Connection/StatementWrapper.php - About 3 hrs 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

        There are no issues that match your filters.

        Category
        Status