Failed Conditions
Pull Request — master (#191)
by Emanuele
03:09
created
src/FacebookAds/Object/Fields/ReachFrequencyPredictionFields.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
     const BUDGET = 'budget';
38 38
     const BUYING_TYPE = 'buying_type';
39 39
     const CAMPAIGN_ID = 'campaign_id';
40
-    const CAMPAIGN_TIME_START= 'campaign_time_start';
40
+    const CAMPAIGN_TIME_START = 'campaign_time_start';
41 41
     const CAMPAIGN_TIME_STOP = 'campaign_time_stop';
42 42
     const CURVE_BUDGET_REACH = 'curve_budget_reach';
43 43
     const DESTINATION_ID = 'destination_id';
Please login to merge, or discard this patch.
src/FacebookAds/Object/Business.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
      * @param array $params
59 59
      * @return Cursor
60 60
      */
61
-    public function getAdAccounts($fields=array(), $params=array())
61
+    public function getAdAccounts($fields = array(), $params = array())
62 62
     {
63 63
         return $this->getManyByConnection(
64 64
             BusinessAdAccount::className(), $fields, $params, 'adaccounts');
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
      * @param array $params
70 70
      * @return Cursor
71 71
      */
72
-    public function getUserPermissions($fields=array(), $params=array())
72
+    public function getUserPermissions($fields = array(), $params = array())
73 73
     {
74 74
         return $this->getManyByConnection(
75 75
             UserPermission::className(), $fields, $params, 'userpermissions');
Please login to merge, or discard this patch.