Completed
Push — master ( 9abef1...8cf4f0 )
by Marvin
03:39
created
src/Form/View/Helper/Captcha/ReCaptcha2.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
             throw new Exception\DomainException('Missing site key');
47 47
         }
48 48
 
49
-        $params = array_filter($service->getParams(), function ($param) {
49
+        $params = array_filter($service->getParams(), function($param) {
50 50
             return $param !== null;
51 51
         });
52 52
 
Please login to merge, or discard this patch.