src/Logger.php
Showing 1 of 1 total issue
Function __construct
has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring. Open
Open
public function __construct($name = 'slim-config', array $settings = []) { $this->name = $name; $this->monolog = new Monolog($this->name); $this->settings = array_merge($this->settings, $settings);
- Read upRead up