Passed
Push — 3.x-dev ( 01ad64 )
by Enjoys
09:31
created
src/Elements/Csrf.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
         $this->addRule(
30 30
             Rules::CALLBACK,
31 31
             'CSRF Attack detected',
32
-            function () use ($csrf_key) {
32
+            function() use ($csrf_key) {
33 33
                 return password_verify($csrf_key, $this->getRequest()->post(Form::_TOKEN_CSRF_, ''));
34 34
             }
35 35
         );
Please login to merge, or discard this patch.