Fix code style

This commit is contained in:
Art4 2025-01-12 08:23:45 +00:00
parent 510f4e02c8
commit 7ebb57c82b
2 changed files with 4 additions and 4 deletions

View file

@ -543,7 +543,7 @@ class Worker
$logger = DI::logger();
if ($logger instanceOf WorkerLogger) {
if ($logger instanceof WorkerLogger) {
$logger->setFunctionName($funcname);
}