Completed
Branch new-instance (cdb4e5)
by Hector
02:51
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.
src/TwitterAds/Account.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
 
43 43
     /**
44 44
      * @param array $params
45
-     * @return Resource
45
+     * @return Account
46 46
      */
47 47
     public function read($params = [])
48 48
     {
Please login to merge, or discard this patch.
src/TwitterAds/TailoredAudience/TailoredAudience.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -148,7 +148,7 @@  discard block
 block discarded – undo
148 148
     }
149 149
 
150 150
     /**
151
-     * @return mixed
151
+     * @return string
152 152
      */
153 153
     public function getListType()
154 154
     {
@@ -212,7 +212,7 @@  discard block
 block discarded – undo
212 212
     }
213 213
 
214 214
     /**
215
-     * @return array
215
+     * @return string[]
216 216
      */
217 217
     public static function getTypes()
218 218
     {
Please login to merge, or discard this patch.