@@ -77,6 +77,7 @@ discard block |
||
77 | 77 | |
78 | 78 | /** |
79 | 79 | * Make GET request and return response body |
80 | + * @param string $path |
|
80 | 81 | */ |
81 | 82 | public function getGetResponseBody($path, array $parameters = []): StreamInterface |
82 | 83 | { |
@@ -95,7 +96,7 @@ discard block |
||
95 | 96 | * @param string $path Request path |
96 | 97 | * @param array $parameters Key => Value array of query parameters |
97 | 98 | * |
98 | - * @return ResponseInterface |
|
99 | + * @return \Psr\Http\Message\ResponseInterface |
|
99 | 100 | * |
100 | 101 | * @throws NetworkException |
101 | 102 | */ |
@@ -110,7 +111,7 @@ discard block |
||
110 | 111 | * @param string $path Request path |
111 | 112 | * @param array $parameters Key => Value array of request data |
112 | 113 | * |
113 | - * @return ResponseInterface |
|
114 | + * @return \Psr\Http\Message\ResponseInterface |
|
114 | 115 | * |
115 | 116 | * @throws NetworkException |
116 | 117 | */ |