@@ -6,5 +6,5 @@ |
||
6 | 6 | |
7 | 7 | interface ConfigureInterface |
8 | 8 | { |
9 | - public function configure(ContainerBuilder &$container, $alias); |
|
9 | + public function configure(ContainerBuilder & $container, $alias); |
|
10 | 10 | } |
11 | 11 | \ No newline at end of file |
@@ -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 | } |