Passed
Push — 2.x ( 4e96cf...b7d0e5 )
by Terry
01:47
created
src/Firewall/Panel.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -131,7 +131,7 @@
 block discarded – undo
131 131
             $controller = __CLASS__ . '\\' . ucfirst($controller);
132 132
 
133 133
             $controllerClass = new $controller();
134
-           // $controllerClass->csrf($this->csrfField);
134
+            // $controllerClass->csrf($this->csrfField);
135 135
 
136 136
             if ('demo' === $this->mode) {
137 137
 
Please login to merge, or discard this patch.
src/Firewall/Captcha/ImageCaptcha.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
             'colors'       => [
111 111
                 'background' => [255, 255, 255],
112 112
                 'border'     => [153, 200, 255],
113
-                'text'       => [51,  153, 255],
113
+                'text'       => [51, 153, 255],
114 114
                 'grid'       => [153, 200, 255]
115 115
             ]
116 116
         ];
Please login to merge, or discard this patch.