chrisandchris/passive-record-orm

View on GitHub
src/ChrisAndChris/Common/RowMapperBundle/Services/Pdo/PdoStatement.php

Summary

Maintainability
A
1 hr
Test Coverage

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

        $parameter,
        &$variable,
        $data_type = PDO::PARAM_STR,
        $length = null,
        $driver_options = null
Severity: Minor
Found in src/ChrisAndChris/Common/RowMapperBundle/Services/Pdo/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/ChrisAndChris/Common/RowMapperBundle/Services/Pdo/PdoStatement.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status