Passed
Push — master ( 8eea92...da79af )
by Dāvis
03:03
created
DependencyInjection/Component/ConfigureInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,5 +6,5 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
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.