@@ -70,7 +70,7 @@ |
||
70 | 70 | * @param null $uri |
71 | 71 | * @param array $options |
72 | 72 | * |
73 | - * @return mixed|\Psr\Http\Message\ResponseInterface |
|
73 | + * @return \Psr\Http\Message\ResponseInterface |
|
74 | 74 | * @throws \Exception |
75 | 75 | */ |
76 | 76 | public function request($method, $uri = null, array $options = []) |
@@ -2,7 +2,7 @@ |
||
2 | 2 | |
3 | 3 | umask(0000); |
4 | 4 | |
5 | -if(function_exists('xdebug_disable')) { |
|
5 | +if (function_exists('xdebug_disable')) { |
|
6 | 6 | xdebug_disable(); |
7 | 7 | } |
8 | 8 |