artur-graniszewski/pdo-proxy

View on GitHub
src/PDOStatementInterface.php

Summary

Maintainability
A
1 hr
Test Coverage

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

      There are no issues that match your filters.

      Category
      Status