Test Failed
Push — master ( b1d181...dfbb6d )
by Alexey
05:19
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.
system/modules/Exchange1c/appAdminControllers/Exchange1cController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
         ini_set('memory_limit', '2000M');
15 15
         ignore_user_abort(true);
16 16
         set_time_limit(0);
17
-        $reExchange = Exchange1c\Exchange::get((int)$_GET['item_pk']);
17
+        $reExchange = Exchange1c\Exchange::get((int) $_GET['item_pk']);
18 18
 
19 19
         $exchange = new \Exchange1c\Exchange();
20 20
         $exchange->type = $reExchange->type;
Please login to merge, or discard this patch.