Passed
Push — develop ( d94550...8e88eb )
by Brent
02:30
created
src/Command/InstallCommand.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -106,6 +106,9 @@
 block discarded – undo
106 106
         }
107 107
     }
108 108
 
109
+    /**
110
+     * @param string $dst
111
+     */
109 112
     protected function copyFolder($src, $dst) {
110 113
         $finder = new Finder();
111 114
         /** @var SplFileInfo[] $srcFiles */
Please login to merge, or discard this patch.
src/Command/GenerateCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
         $blanket = $stitcher->stitch($route);
33 33
         $stitcher->save($blanket);
34 34
 
35
-        $stitcher->done(function () use ($route, $output) {
35
+        $stitcher->done(function() use ($route, $output) {
36 36
             $publicDir = Stitcher::getParameter('directories.public');
37 37
 
38 38
             if ($route) {
Please login to merge, or discard this patch.