forked from friendica/friendica
Fix 27 PHPStan errors
This commit is contained in:
parent
c1653877fb
commit
cea8cf1f6c
10 changed files with 34 additions and 40 deletions
|
|
@ -77,8 +77,7 @@ class Thread
|
|||
break;
|
||||
default:
|
||||
DI::logger()->info('[ERROR] Conversation::setMode : Unhandled mode ('. $mode .').');
|
||||
return false;
|
||||
break;
|
||||
return;
|
||||
}
|
||||
$this->mode = $mode;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue