Passed
Push — 2.x ( 09a803...1392b8 )
by Terry
02:04
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.