@@ -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()', |