propelorm/Propel2

View on GitHub
src/Propel/Runtime/Adapter/Pdo/MysqlAdapter.php

Summary

Maintainability
A
35 mins
Test Coverage

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

    public function bindValue(StatementInterface $stmt, string $parameter, $value, ColumnMap $cMap, ?int $position = null): bool
Severity: Minor
Found in src/Propel/Runtime/Adapter/Pdo/MysqlAdapter.php - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status