Test Failed
Push — master ( 8a283f...a23686 )
by Julien
11:39
created
src/TreeController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -75,11 +75,11 @@
 block discarded – undo
75 75
             Round::generateFights($rounds, $settings, $championship);
76 76
         } catch (TreeGenerationException $e) {
77 77
             redirect()->back()
78
-                ->withErrors([$numFighters ."-".$e->getMessage()]);
78
+                ->withErrors([$numFighters . "-" . $e->getMessage()]);
79 79
         }
80 80
 
81 81
         return redirect()->back()
82 82
             ->with('numFighters', $numFighters)
83
-            ->with(['success' , "Success"]);
83
+            ->with(['success', "Success"]);
84 84
     }
85 85
 }
Please login to merge, or discard this patch.