@@ -97,7 +97,8 @@ |
||
97 | 97 | $this->body = $body; |
98 | 98 | |
99 | 99 | $method = strtoupper($method); |
100 | - if(in_array($method, ['GET', 'POST'], true)){ // @todo |
|
100 | + if(in_array($method, ['GET', 'POST'], true)){ |
|
101 | +// @todo |
|
101 | 102 | $this->method = $method; |
102 | 103 | } |
103 | 104 |