@@ -67,8 +67,7 @@ |
||
67 | 67 | * |
68 | 68 | * @throws ExitException |
69 | 69 | */ |
70 | - public function init ($server, $query, $data, $files, $data_stream, $cookie, $request_started) { |
|
71 | - ++static::$id; |
|
70 | + public function init ($server, $query, $data, $files, $data_stream, $cookie, $request_started) {++static::$id; |
|
72 | 71 | $this->init_server($server); |
73 | 72 | $this->init_query($query); |
74 | 73 | $this->init_data_and_files($data, $files, $data_stream); |
@@ -18,8 +18,7 @@ |
||
18 | 18 | * |
19 | 19 | * @throws \cs\ExitException |
20 | 20 | */ |
21 | - public static function init_from_psr7 ($Psr7_request) { |
|
22 | - ++System_request::$id; |
|
21 | + public static function init_from_psr7 ($Psr7_request) {++System_request::$id; |
|
23 | 22 | $System_request = System_request::instance(); |
24 | 23 | self::from_psr7_server($System_request, $Psr7_request); |
25 | 24 | self::from_psr7_query($System_request, $Psr7_request); |