Test Failed
Push — master ( 320d62...b1d181 )
by Alexey
05:17
created
system/modules/Server/appControllers/ServerController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
 class ServerController extends Controller {
12 12
     function csrfAction($key = '') {
13 13
         $result = new \Server\Result();
14
-        $key = (string)$key;
14
+        $key = (string) $key;
15 15
         if (!$key) {
16 16
             $result->success = false;
17 17
             return $result->send();
Please login to merge, or discard this patch.