mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
Fix formatting
This commit is contained in:
parent
c91797e480
commit
8b2f6c5155
@ -17,8 +17,8 @@ class MessageEditor extends \wcf\data\DatabaseObjectEditor {
|
||||
protected static $baseClass = '\chat\data\message\Message';
|
||||
|
||||
/**
|
||||
* @see wcf\data\DatabaseObjectEditor::deleteAll()
|
||||
*/
|
||||
* @see wcf\data\DatabaseObjectEditor::deleteAll()
|
||||
*/
|
||||
public static function deleteAll(array $objectIDs = array()) {
|
||||
$count = parent::deleteAll($objectIDs);
|
||||
// delete attached files
|
||||
|
Loading…
Reference in New Issue
Block a user