Completed
Branch bleeding (e0da63)
by Tristan
02:18
created
console/Stubs/Manager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
      */
28 28
     public function __construct(File $file_dispatch)
29 29
     {
30
-        $this->stubs_dir = __DIR__.'/';
30
+        $this->stubs_dir = __DIR__ . '/';
31 31
         $this->file_dispatch = $file_dispatch;
32 32
     }
33 33
 
Please login to merge, or discard this patch.