Completed
Push — master ( 60b209...f848c8 )
by Kirill
03:27
created
app/Domains/Bot/Middlewares/PersonalAnswersMiddleware.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
             if ($isHello) {
51 51
                 $id = array_rand(\Lang::get('personal.hello'));
52 52
 
53
-                $message->italic(\Lang::get('personal.hello.' . $id, [
53
+                $message->italic(\Lang::get('personal.hello.'.$id, [
54 54
                     'user' => $message->user->login
55 55
                 ]));
56 56
             }
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
 
113 113
             if ($isCats) {
114 114
                 $message->italic(sprintf(
115
-                    '@%s, тебе выданы ' . str_repeat(' :hammer: ', random_int(1, 9)) . ' на 0.' . random_int(1, 9) . ' секунды. Наслаждайся ;)',
115
+                    '@%s, тебе выданы '.str_repeat(' :hammer: ', random_int(1, 9)).' на 0.'.random_int(1, 9).' секунды. Наслаждайся ;)',
116 116
                         $message->user->login
117 117
                 ));
118 118
             }
Please login to merge, or discard this patch.