Completed
Push — 15.x ( 00a1cc...df859a )
by Tim
01:21
created
src/Configuration/Operation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
 
77 77
         // create an empty collection if no plugins has been specified
78 78
         if ($this->plugins === null) {
79
-            $this->plugins= new ArrayCollection();
79
+            $this->plugins = new ArrayCollection();
80 80
         }
81 81
     }
82 82
 
Please login to merge, or discard this patch.
src/ConfigurationParserFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
 
74 74
         // query whether or not a configuration parser mapping is available
75 75
         if (isset($this->parserMappings[$format])) {
76
-            return $this->container->get( $this->parserMappings[$format]);
76
+            return $this->container->get($this->parserMappings[$format]);
77 77
         }
78 78
 
79 79
         // throw an exception, if NO mapping for the passed format has been available
Please login to merge, or discard this patch.