Test Failed
Push — 2.x ( 358314...b98627 )
by Terry
10:40
created
src/Firewall/Firewall/Captcha/CaptchaFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
         $str = implode(
62 62
             '',
63 63
             array_map(
64
-                function ($word) {
64
+                function($word) {
65 65
                     return ucwords($word);
66 66
                 },
67 67
                 $str
Please login to merge, or discard this patch.