@@ -88,7 +88,7 @@ |
||
88 | 88 | */ |
89 | 89 | public function messageCallback(OutputInterface $output) |
90 | 90 | { |
91 | - return function ($code, $message = '', $itemsCount = 0, $itemsMax = 0) use ($output) { |
|
91 | + return function($code, $message = '', $itemsCount = 0, $itemsMax = 0) use ($output) { |
|
92 | 92 | if ($this->quiet) { |
93 | 93 | return; |
94 | 94 | } else { |
@@ -43,7 +43,7 @@ |
||
43 | 43 | } |
44 | 44 | if ($input->getOption('destination')) { |
45 | 45 | $config['site']['output']['dir'] = $input->getOption('destination'); |
46 | - $this->fs->dumpFile($this->getPath() . '/' . Serve::$tmpDir . '/output', $input->getOption('destination')); |
|
46 | + $this->fs->dumpFile($this->getPath().'/'.Serve::$tmpDir.'/output', $input->getOption('destination')); |
|
47 | 47 | } |
48 | 48 | |
49 | 49 | try { |