Completed
Push — master ( f0673b...d8d853 )
by Hector
06:46
created
src/TwitterAds/Campaign/Campaign.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
      * @param $metricGroups
69 69
      * @param array $params
70 70
      * @param bool $async
71
-     * @return mixed
71
+     * @return Campaign
72 72
      */
73 73
     public function stats($metricGroups, $params = [], $async = false)
74 74
     {
Please login to merge, or discard this patch.
src/TwitterAds/Campaign/LineItem.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
      * @param $metricGroups
83 83
      * @param array $params
84 84
      * @param bool $async
85
-     * @return mixed
85
+     * @return LineItem
86 86
      */
87 87
     public function stats($metricGroups, $params = [], $async = false)
88 88
     {
Please login to merge, or discard this patch.
src/TwitterAds/Creative/PromotedTweet.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
      * @param $metricGroups
42 42
      * @param array $params
43 43
      * @param bool $async
44
-     * @return mixed
44
+     * @return PromotedTweet
45 45
      */
46 46
     public function stats($metricGroups, $params = [], $async = false)
47 47
     {
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
@@ -217,7 +217,7 @@
 block discarded – undo
217 217
     /**
218 218
      * Return the key of the current element
219 219
      * @link http://php.net/manual/en/iterator.key.php
220
-     * @return mixed scalar on success, or null on failure.
220
+     * @return integer scalar on success, or null on failure.
221 221
      * @since 5.0.0
222 222
      */
223 223
     public function key()
Please login to merge, or discard this patch.