Passed
Push — master ( 79124a...19a431 )
by Milan
01:44
created
src/DI/UploadExtension.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
 	public function loadConfiguration()
33 33
 	{
34 34
 		$builder = $this->getContainerBuilder();
35
-		$config = $this->config + $this->defaults;;
35
+		$config = $this->config + $this->defaults; ;
36 36
 		if (!is_array($config['destinations'])) {
37 37
 			if ($config['destinations']) {
38 38
 				$config['destinations'] = ['default' => $config['destinations']];
Please login to merge, or discard this patch.