Skip to content

Commit 8010d2a

Browse files
committed
fix phpcs
1 parent c7054a3 commit 8010d2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DB.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,10 +511,10 @@ public static function insertMessageRequest(Message &$message)
511511
}
512512

513513
if ($new_chat_participant) {
514-
//Insert the new chat user
514+
//Insert the new chat user
515515
self::insertUser($new_chat_participant, $date, $chat);
516516
$new_chat_participant = $new_chat_participant->getId();
517-
} elseif($left_chat_participant) {
517+
} elseif ($left_chat_participant) {
518518
//Insert the left chat user
519519
self::insertUser($left_chat_participant, $date, $chat);
520520
$left_chat_participant = $left_chat_participant->getId();

0 commit comments

Comments
 (0)