artur-graniszewski/pdo-proxy

View on GitHub
src/PDOStatement.php

Summary

Maintainability
A
3 hrs
Test Coverage

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 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

        There are no issues that match your filters.

        Category
        Status