mirror of
https://github.com/friendica/friendica
synced 2025-01-31 21:39:46 +00:00
Fix code style
This commit is contained in:
parent
510f4e02c8
commit
7ebb57c82b
2 changed files with 4 additions and 4 deletions
|
@ -543,7 +543,7 @@ class Worker
|
||||||
|
|
||||||
$logger = DI::logger();
|
$logger = DI::logger();
|
||||||
|
|
||||||
if ($logger instanceOf WorkerLogger) {
|
if ($logger instanceof WorkerLogger) {
|
||||||
$logger->setFunctionName($funcname);
|
$logger->setFunctionName($funcname);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue