Completed
Pull Request — master (#69)
by
unknown
08:17
created
src/TwitterAds/Account.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
      * @param $metricGroups
49 49
      * @param array $params
50 50
      * @param bool $async
51
-     * @return mixed
51
+     * @return Job
52 52
      * @throws Errors\BadRequest
53 53
      * @throws Errors\Forbidden
54 54
      * @throws Errors\NotAuthorized
Please login to merge, or discard this patch.
src/TwitterAds/Creative/PollCard.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
     }
83 83
 
84 84
     /**
85
-     * @param mixed $duration_in_minitues
85
+     * @param mixed $duration_in_minutes
86 86
      */
87 87
     public function setDurationInMinutes($duration_in_minutes)
88 88
     {
Please login to merge, or discard this patch.