@@ -117,6 +117,7 @@ |
||
117 | 117 | |
118 | 118 | /** |
119 | 119 | * Send a POST request with raw data. |
120 | + * @param string $body |
|
120 | 121 | */ |
121 | 122 | private function httpPostRaw(string $path, $body, array $requestHeaders = []): ResponseInterface |
122 | 123 | { |