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