bkdotcom/PHPDebugConsole

View on GitHub
src/Debug/Collector/Pdo/Statement.php

Summary

Maintainability
A
1 hr
Test Coverage
A
97%

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/Debug/Collector/Pdo/Statement.php - About 35 mins to fix

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

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

      There are no issues that match your filters.

      Category
      Status