Showing 1 of 1 total issue
Method handle
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function handle(array $record)
{
if (!$this->isHandling($record)) {
return false;
}