Passed
Push — 2.x ( 8be9c2...fcd99a )
by Terry
02:19
created
src/Firewall/Firewall/Captcha/CaptchaFactory.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
 
51 51
         // If the class doesn't exist.
52 52
         if (!file_exists(__DIR__ . '/' . self::getCamelCase($type) . '.php')) {
53
-   //         return false;
53
+    //         return false;
54 54
         }
55 55
 
56 56
         return true;
Please login to merge, or discard this patch.