Completed
Push — master ( b45622...bdcb60 )
by Olivier
04:50
created
src/Api/HttpApi.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -117,6 +117,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.