@@ -76,7 +76,7 @@ |
||
| 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 | |
@@ -73,7 +73,7 @@ |
||
| 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 |