mheinzerling/php-databaseutils

View on GitHub
src/logging/LoggingPDOStatement.php

Summary

Maintainability
A
1 hr
Test Coverage

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/logging/LoggingPDOStatement.php - About 35 mins to fix

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

        public function bindParam($parameter, &$variable, $data_type = \PDO::PARAM_STR, $length = null, $driver_options = null)
    Severity: Minor
    Found in src/logging/LoggingPDOStatement.php - About 35 mins to fix

      TODO found
      Open

              //TODO signature hack
      Severity: Minor
      Found in src/logging/LoggingPDOStatement.php by fixme

      There are no issues that match your filters.

      Category
      Status