Completed
Push — master ( b36f65...4f5144 )
by Tobias
01:50
created
src/Api/HttpApi.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
      * Send a POST request with raw data.
81 81
      *
82 82
      * @param string       $path           Request path
83
-     * @param array|string $body           Request body
83
+     * @param null|string $body           Request body
84 84
      * @param array        $requestHeaders Request headers
85 85
      */
86 86
     protected function httpPostRaw(string $path, $body, array $requestHeaders = []): ResponseInterface
Please login to merge, or discard this patch.