src/logging/LoggingPDOStatement.php
Method bindColumn
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function bindColumn($column, &$param, $type = null, $maxlen = null, $driverdata = null)
Method bindParam
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function bindParam($parameter, &$variable, $data_type = \PDO::PARAM_STR, $length = null, $driver_options = null)
TODO found Open
Open
//TODO signature hack
- Exclude checks