Completed
Push — master ( 72e21a...9f6720 )
by Hector
8s
created
src/TwitterAds/Fields/ScheduledPromotedTweetFields.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,8 +15,8 @@
 block discarded – undo
15 15
     const APPROVAL_STATUS = 'approval_status';
16 16
     const LINE_ITEM_ID    = 'line_item_id';
17 17
     const TWEET_ID        = 'tweet_id';
18
-    const SCHEDULED_TWEET_IDS       = 'scheduled_tweet_ids';
19
-    const SCHEDULED_TWEET_ID       = 'scheduled_tweet_id';
18
+    const SCHEDULED_TWEET_IDS = 'scheduled_tweet_ids';
19
+    const SCHEDULED_TWEET_ID = 'scheduled_tweet_id';
20 20
     const ENTITY_STATUS = 'entity_status';
21 21
     const PROMOTED_TWEET_IDS = 'promoted_tweet_ids';
22 22
     const LINE_ITEM_IDS = 'line_item_ids';
Please login to merge, or discard this patch.
src/TwitterAds/Fields/PromotedTweetFields.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,8 +14,8 @@
 block discarded – undo
14 14
     const DELETED         = 'deleted';
15 15
     const APPROVAL_STATUS = 'approval_status';
16 16
     const TWEET_ID        = 'tweet_id';
17
-    const TWEET_IDS        = 'tweet_ids';
18
-    const SCHEDULED_TWEET_ID        = 'scheduled_tweet_id';
17
+    const TWEET_IDS = 'tweet_ids';
18
+    const SCHEDULED_TWEET_ID = 'scheduled_tweet_id';
19 19
     const ENTITY_STATUS = 'entity_status';
20 20
     const PROMOTED_TWEET_IDS = 'promoted_tweet_ids';
21 21
     const LINE_ITEM_IDS = 'line_item_ids';
Please login to merge, or discard this patch.