@@ -89,7 +89,7 @@ |
||
89 | 89 | * Send a POST request with raw data. |
90 | 90 | * |
91 | 91 | * @param string $path Request path |
92 | - * @param array|string $body Request body |
|
92 | + * @param null|string $body Request body |
|
93 | 93 | * @param array $requestHeaders Request headers |
94 | 94 | * |
95 | 95 | * @return ResponseInterface |