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.
src/TwitterAds/Fields/PollCardFields.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
     const DELETED               = 'deleted';
12 12
     const PREVIEW_URL           = 'preview_url';
13 13
     const WITH_TOTAL_COUNT      = 'with_total_count';
14
-    const DURATION_IN_MINUTES  = 'duration_in_minutes';
14
+    const DURATION_IN_MINUTES = 'duration_in_minutes';
15 15
     const FIRST_CHOICE          = 'first_choice';
16 16
     const SECOND_CHOICE         = 'second_choice';
17 17
     const THIRD_CHOICE          = 'third_choice';
Please login to merge, or discard this patch.