mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02: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
Add a link
Reference in a new issue