@@ -106,6 +106,9 @@ |
||
| 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 */ |
@@ -32,7 +32,7 @@ |
||
| 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) { |