@@ -34,7 +34,7 @@ |
||
34 | 34 | public function loadConfiguration() |
35 | 35 | { |
36 | 36 | $builder = $this->getContainerBuilder(); |
37 | - $config = $this->config + $this->defaults;; |
|
37 | + $config = $this->config + $this->defaults; ; |
|
38 | 38 | $config['destinations'] = self::prepareDestination($config['destinations']); |
39 | 39 | |
40 | 40 | foreach ($config['ftp'] as $name => $options) { |