@@ -11,7 +11,7 @@ |
||
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(); |
@@ -14,7 +14,7 @@ |
||
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; |