@@ -7,7 +7,7 @@ |
||
7 | 7 | |
8 | 8 | interface ExtensionInterface extends ConfigureInterface |
9 | 9 | { |
10 | - public function buildClientConfiguration(NodeDefinition &$node); |
|
10 | + public function buildClientConfiguration(NodeDefinition & $node); |
|
11 | 11 | |
12 | 12 | public function configureClient(ContainerBuilder $container, $clientServiceKey, array $options = []); |
13 | 13 | } |