Completed
Push — master ( 8f8be8...730b21 )
by Hector
11s
created
src/TONUpload.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -90,6 +90,12 @@
 block discarded – undo
90 90
         return $response;
91 91
     }
92 92
 
93
+    /**
94
+     * @param integer $chunkSize
95
+     * @param string $bytes
96
+     * @param integer $bytesStart
97
+     * @param integer $bytesRead
98
+     */
93 99
     public function uploadChunk($resource, $chunkSize, $bytes, $bytesStart, $bytesRead)
94 100
     {
95 101
         $headers = [
Please login to merge, or discard this patch.
src/TwitterAds.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -225,7 +225,7 @@
 block discarded – undo
225 225
      * @param string $path
226 226
      * @param array $parameters
227 227
      *
228
-     * @param array $headers
228
+     * @param string[] $headers
229 229
      * @return Response
230 230
      */
231 231
     public function post($path, array $parameters = [], array $headers = [])
Please login to merge, or discard this patch.