@@ -74,7 +74,7 @@ |
||
| 74 | 74 | */ |
| 75 | 75 | public function addDefinitions($definitions) |
| 76 | 76 | { |
| 77 | - if(!is_array($definitions)) { |
|
| 77 | + if (!is_array($definitions)) { |
|
| 78 | 78 | throw new \InvalidArgumentException(sprintf( |
| 79 | 79 | '%s parameter must be an array, %s given', |
| 80 | 80 | 'ContainerBuilder::addDefinitions()', |
@@ -43,7 +43,7 @@ |
||
| 43 | 43 | return; |
| 44 | 44 | } |
| 45 | 45 | |
| 46 | - $object = $class->newInstanceArgs($parameters); |
|
| 46 | + $object = $class->newInstanceArgs($parameters); |
|
| 47 | 47 | $this->set($name, $object); |
| 48 | 48 | |
| 49 | 49 | return $object; |