src/Doctrine/Debugger/TracyBar.php
Showing 1 of 1 total issue
Function startQuery
has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring. Open
Open
public function startQuery($sql, array $params = NULL, array $types = NULL) { $this->start = (float) microtime(true); $trace = debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS);
- Read upRead up