Showing 3 of 3 total issues
Method loadConfiguration
has 43 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function loadConfiguration() { $builder = $this->getContainerBuilder(); $this->config = $config = Helpers::expand($this->validateConfig($this->defaults), $builder->parameters);
Method beforeCompile
has 34 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function beforeCompile() { $config = $this->getConfig(); $builder = $this->getContainerBuilder();
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