Passed
Push — master ( 57db64...5fbdb6 )
by Dāvis
03:11
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
 }
Please login to merge, or discard this patch.