mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2025-01-09 00:20:08 +00:00
Fix Formatting
This commit is contained in:
parent
0fad9b0c8c
commit
474d3c2f3c
@ -9,6 +9,7 @@
|
||||
* @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode>
|
||||
* @package be.bastelstu.wcf.chat
|
||||
*/
|
||||
// @codingStandardsIgnoreFile
|
||||
final class Install {
|
||||
/**
|
||||
* Contains all the styles the current installation has.
|
||||
|
@ -23,7 +23,6 @@ public function execute(\wcf\data\cronjob\Cronjob $cronjob) {
|
||||
$suspensionAction = new chat\suspension\ChatSuspensionAction(array(), 'prune');
|
||||
$suspensionAction->executeAction();
|
||||
|
||||
|
||||
// kill dead users
|
||||
$deadUsers = \wcf\util\ChatUtil::getDiedUsers();
|
||||
foreach ($deadUsers as $deadUser) {
|
||||
|
Loading…
Reference in New Issue
Block a user