Completed
Branch bleeding (e0da63)
by Tristan
02:18
created
console/Config.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,8 +39,8 @@
 block discarded – undo
39 39
     /**
40 40
      * Create a new configuration manager.
41 41
      *
42
-     * @param Symfony\Component\Yaml\Parser $parser
43
-     * @param Enzyme\Parrot\File            $file_dispatch
42
+     * @param Parser $parser
43
+     * @param File            $file_dispatch
44 44
      */
45 45
     public function __construct(Parser $parser, File $file_dispatch)
46 46
     {
Please login to merge, or discard this patch.
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.