Completed
Push — master ( b579d6...72e21a )
by Hector
11:54
created
src/TwitterAds/Campaign/Feature.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
         $instance = $instance ?: TwitterAds::instance();
48 48
         if (!$instance) {
49 49
             throw new \InvalidArgumentException(
50
-                'An Api instance must be provided as argument or ' .
50
+                'An Api instance must be provided as argument or '.
51 51
                 'set as instance in the \TwitterAds\Api');
52 52
         }
53 53
         return $instance;
Please login to merge, or discard this patch.
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.