Fix 27 PHPStan errors

This commit is contained in:
Art4 2025-02-25 13:51:13 +00:00
commit cea8cf1f6c
10 changed files with 34 additions and 40 deletions

View file

@ -77,8 +77,7 @@ class Thread
break;
default:
DI::logger()->info('[ERROR] Conversation::setMode : Unhandled mode ('. $mode .').');
return false;
break;
return;
}
$this->mode = $mode;
}