Passed
Push — develop ( 4474e5...9ee9d1 )
by Brent
02:33
created
src/Command/GenerateCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
         $stitcher = Stitcher::create();
31 31
         $route = $input->getArgument(self::ROUTE);
32 32
 
33
-        Loop::execute(function () use ($stitcher, $route) {
33
+        Loop::execute(function() use ($stitcher, $route) {
34 34
             $blanket = $stitcher->stitch($route);
35 35
             $stitcher->save($blanket);
36 36
         });
Please login to merge, or discard this patch.