Completed
Push — 15.x ( a8a0e5...d73106 )
by Tim
01:34
created
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.