Completed
Pull Request — master (#46)
by Hector
02:43
created
src/TwitterAds/Resource.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
         $instance = $instance ?: TwitterAds::instance();
43 43
         if (!$instance) {
44 44
             throw new \InvalidArgumentException(
45
-                'An Api instance must be provided as argument or ' .
45
+                'An Api instance must be provided as argument or '.
46 46
                 'set as instance in the \TwitterAds\Api'
47 47
             );
48 48
         }
Please login to merge, or discard this patch.
src/TwitterAds/Campaign/Feature.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
         $instance = $instance ?: TwitterAds::instance();
28 28
         if (!$instance) {
29 29
             throw new \InvalidArgumentException(
30
-                'An Api instance must be provided as argument or ' .
30
+                'An Api instance must be provided as argument or '.
31 31
                 'set as instance in the \TwitterAds\Api'
32 32
             );
33 33
         }
Please login to merge, or discard this patch.