Passed
Push — master ( 06020c...274f20 )
by Dāvis
03:41
created
Captcha/Configurator/CaptchaConfigurator.php 1 patch
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -5,8 +5,8 @@
 block discarded – undo
5 5
 use Symfony\Component\Config\Definition\Builder\NodeBuilder;
6 6
 use Symfony\Component\DependencyInjection\ContainerBuilder;
7 7
 
8
-interface CaptchaConfigurator
9
-{
8
+interface CaptchaConfigurator
9
+{
10 10
     public function buildConfiguration(NodeBuilder $node);
11 11
 
12 12
     public function configureClient(ContainerBuilder $container, $clientServiceKey, array $options = []);
Please login to merge, or discard this patch.
Script/Utils/Helper.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -155,7 +155,7 @@
 block discarded – undo
155 155
         ];
156 156
 
157 157
         foreach ($functions as $key => $function) {
158
-            if(is_numeric($key)){
158
+            if(is_numeric($key)) {
159 159
                 $key = $function;
160 160
                 $function = array_values($function);
161 161
             }
Please login to merge, or discard this patch.