Completed
Pull Request — 2.1 (#1090)
by Paweł
09:07
created
src/SWP/Bundle/CoreBundle/AppleNews/Api/AppleNewsApi.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -119,6 +119,9 @@
 block discarded – undo
119 119
         return 'multipart/form-data; boundary='.$this->boundary;
120 120
     }
121 121
 
122
+    /**
123
+     * @param string $json
124
+     */
122 125
     public function post(string $path, $json, array $metadata = []): ResponseInterface
123 126
     {
124 127
         $multipartStream = new MultipartStream($this->generateData($json, $metadata), $this->boundary);
Please login to merge, or discard this patch.