Passed
Push — master ( da79af...91ab85 )
by Dāvis
02:49
created
DependencyInjection/Component/ExtensionInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.