Completed
Branch master (e695c5)
by Hector
03:00
created
src/TwitterAds.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -341,7 +341,7 @@  discard block
 block discarded – undo
341 341
      * @param string $host
342 342
      * @param string $path
343 343
      * @param array $parameters
344
-     * @return array|object
344
+     * @return resource
345 345
      * @throws BadRequest
346 346
      * @throws Forbidden
347 347
      * @throws NotAuthorized
@@ -537,7 +537,7 @@  discard block
 block discarded – undo
537 537
     /**
538 538
      * Return current response. Allows inheritance.
539 539
      *
540
-     * @return string
540
+     * @return Response
541 541
      */
542 542
     public function getResponse()
543 543
     {
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
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
     /**
61 61
      * Returns an object instance for a given resource.
62 62
      *
63
-     * @param $id
63
+     * @param string $id
64 64
      * @param array $params
65 65
      *
66 66
      * @return $this
Please login to merge, or discard this patch.
src/TwitterAds/Cursor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
     }
38 38
 
39 39
     /**
40
-     * @return mixed
40
+     * @return integer
41 41
      */
42 42
     public function count()
43 43
     {
Please login to merge, or discard this patch.
src/TwitterAds/Resource.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -55,10 +55,10 @@  discard block
 block discarded – undo
55 55
     /**
56 56
      * Returns an object instance for a given resource.
57 57
      *
58
-     * @param $id
58
+     * @param string $id
59 59
      * @param $params
60 60
      *
61
-     * @return resource
61
+     * @return Resource
62 62
      */
63 63
     public function load($id, $params = [])
64 64
     {
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
      *
75 75
      * @param $params
76 76
      *
77
-     * @return resource
77
+     * @return Resource
78 78
      *
79 79
      * @throws TwitterAdsException
80 80
      */
Please login to merge, or discard this patch.