artur-graniszewski/pdo-proxy

View on GitHub

Showing 5 of 5 total issues

PDOStatement has 23 functions (exceeds 20 allowed). Consider refactoring.
Open

class PDOStatement extends \PDOStatement implements PDOStatementInterface
{
    use ProxyHelpers;
    
    /**
Severity: Minor
Found in src/PDOStatement.php - About 2 hrs to fix

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

        public function bindParam($parameter, &$variable, $dataType = null, $length = null, $driverOptions = null)
    Severity: Minor
    Found in src/PDOStatement.php - About 35 mins to fix

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

          public function bindParam($parameter, &$variable, $dataType = null, $length = null, $driverOptions = null);
      Severity: Minor
      Found in src/PDOStatementInterface.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);
        Severity: Minor
        Found in src/PDOStatementInterface.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)
          Severity: Minor
          Found in src/PDOStatement.php - About 35 mins to fix
            Severity
            Category
            Status
            Source
            Language