app/Timer.php
Showing 2 of 2 total issues
Method __construct
has 32 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function __construct($config, $teamSpeak3Bot) { $this->time = Carbon::now(); $this->nextRunTime = Carbon::now(); $this->teamSpeak3Bot = $teamSpeak3Bot;
Function __construct
has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring. Open
Open
public function __construct($config, $teamSpeak3Bot) { $this->time = Carbon::now(); $this->nextRunTime = Carbon::now(); $this->teamSpeak3Bot = $teamSpeak3Bot;
- Read upRead up