Passed
Push — master ( 617e52...ff4e9f )
by Arthur
35:51
created
src/Foundation/Generator/Commands/TestMakeCommand.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -73,8 +73,9 @@
 block discarded – undo
73 73
     {
74 74
         $type = $this->getType();
75 75
 
76
-        if (in_array($type, $this->types))
77
-            return "test-" . $type . ".stub";
76
+        if (in_array($type, $this->types)) {
77
+                    return "test-" . $type . ".stub";
78
+        }
78 79
 
79 80
         throw new Exception("Test type not supported");
80 81
     }
Please login to merge, or discard this patch.