Passed
Push — master ( 46e696...d63345 )
by Luiz Kim
02:38
created
src/Service/SkyNetService.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -17,8 +17,9 @@
 block discarded – undo
17 17
 
18 18
     public function discoveryBotUser(): void
19 19
     {
20
-        if (!self::$botUser)
21
-            $bots = ['R2D2', 'C3PO', 'T800', 'SkyNet'];
20
+        if (!self::$botUser) {
21
+                    $bots = ['R2D2', 'C3PO', 'T800', 'SkyNet'];
22
+        }
22 23
 
23 24
         $online = array_rand($bots);
24 25
         $bot = $bots[$online];
Please login to merge, or discard this patch.