Completed
Pull Request — master (#191)
by Emanuele
03:10
created
src/FacebookAds/Object/Values/AdObjectives.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,12 +32,12 @@
 block discarded – undo
32 32
 class AdObjectives extends AbstractEnum
33 33
 {
34 34
     const CANVAS_APP_ENGAGEMENT = 'CANVAS_APP_ENGAGEMENT';
35
-    const CANVAS_APP_INSTALLS    = 'CANVAS_APP_INSTALLS';
35
+    const CANVAS_APP_INSTALLS = 'CANVAS_APP_INSTALLS';
36 36
     const EVENT_RESPONSES = 'EVENT_RESPONSES';
37 37
     const LOCAL_AWARENESS = 'LOCAL_AWARENESS';
38 38
     const MOBILE_APP_ENGAGEMENT = 'MOBILE_APP_ENGAGEMENT';
39 39
     const MOBILE_APP_INSTALLS = 'MOBILE_APP_INSTALLS';
40
-    const NONE    = 'NONE';
40
+    const NONE = 'NONE';
41 41
     const OFFER_CLAIMS    = 'OFFER_CLAIMS';
42 42
     const PAGE_LIKES = 'PAGE_LIKES';
43 43
     const POST_ENGAGEMENT = 'POST_ENGAGEMENT';
Please login to merge, or discard this patch.
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,8 +29,7 @@
 block discarded – undo
29 29
 /**
30 30
  * @method static AdObjectives getInstance()
31 31
  */
32
-class AdObjectives extends AbstractEnum
33
-{
32
+class AdObjectives extends AbstractEnum {
34 33
     const CANVAS_APP_ENGAGEMENT = 'CANVAS_APP_ENGAGEMENT';
35 34
     const CANVAS_APP_INSTALLS    = 'CANVAS_APP_INSTALLS';
36 35
     const EVENT_RESPONSES = 'EVENT_RESPONSES';
Please login to merge, or discard this patch.
src/FacebookAds/Object/Values/OptimizationGoals.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,8 +29,7 @@
 block discarded – undo
29 29
 /**
30 30
  * @method static OptimizationGoals getInstance()
31 31
  */
32
-class OptimizationGoals extends AbstractEnum
33
-{
32
+class OptimizationGoals extends AbstractEnum {
34 33
     const APP_INSTALLS = 'APP_INSTALLS';
35 34
     const ENGAGED_USERS = 'ENGAGED_USERS';
36 35
     const EVENT_RESPONSES = 'EVENT_RESPONSES';
Please login to merge, or discard this patch.
src/FacebookAds/Object/Values/InsightsActionReportTimes.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,8 +29,7 @@
 block discarded – undo
29 29
 /**
30 30
  * @method static InsightsActionReportTimes getInstance()
31 31
  */
32
-class InsightsActionReportTimes extends AbstractEnum
33
-{
32
+class InsightsActionReportTimes extends AbstractEnum {
34 33
     const CONVERSION = 'conversion';
35 34
     const IMPRESSION = 'impression';
36 35
 }
Please login to merge, or discard this patch.
src/FacebookAds/Object/Fields/ProductAudienceFields.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,8 +29,7 @@
 block discarded – undo
29 29
 /**
30 30
  * @method static ProductAudienceFields getInstance()
31 31
  */
32
-class ProductAudienceFields extends AbstractEnum
33
-{
32
+class ProductAudienceFields extends AbstractEnum {
34 33
     const ID = 'id';
35 34
     const NAME = 'name';
36 35
     const DESCRIPTION = 'description';
Please login to merge, or discard this patch.
src/FacebookAds/Object/Fields/ReachFrequencyPredictionFields.php 2 patches
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.
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,8 +29,7 @@
 block discarded – undo
29 29
 /**
30 30
  * @method static ReachFrequencyPredictionFields getInstance()
31 31
  */
32
-class ReachFrequencyPredictionFields extends AbstractEnum
33
-{
32
+class ReachFrequencyPredictionFields extends AbstractEnum {
34 33
     const ID = 'id';
35 34
     const ACCOUNT_ID = 'account_id';
36 35
     const ACTION = 'action';
Please login to merge, or discard this patch.
src/FacebookAds/Object/Fields/ClickTrackingTagFields.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,8 +29,7 @@
 block discarded – undo
29 29
 /**
30 30
  * @method static ClickTrackingTagFields getInstance()
31 31
  */
32
-class ClickTrackingTagFields extends AbstractEnum
33
-{
32
+class ClickTrackingTagFields extends AbstractEnum {
34 33
     const ID = 'id';
35 34
     const ADD_TEMPLATE_PARAM = 'add_template_param';
36 35
     const URL = 'url';
Please login to merge, or discard this patch.
src/FacebookAds/Object/Fields/AsyncJobFields.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,8 +29,7 @@
 block discarded – undo
29 29
 /**
30 30
  * @method static AsyncJobFields getInstance()
31 31
  */
32
-class AsyncJobFields extends AbstractEnum
33
-{
32
+class AsyncJobFields extends AbstractEnum {
34 33
     const ASYNC_PERCENT_COMPLETITION = 'async_percent_completion';
35 34
     const EXPORT_COLUMNS = 'export_columns';
36 35
     const FORMAT = 'format';
Please login to merge, or discard this patch.
src/FacebookAds/Object/Fields/ProductFeedUploadErrorSampleFields.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,8 +29,7 @@
 block discarded – undo
29 29
 /**
30 30
  * @method static ProductFeedUploadErrorSampleFields getInstance()
31 31
  */
32
-class ProductFeedUploadErrorSampleFields extends AbstractEnum
33
-{
32
+class ProductFeedUploadErrorSampleFields extends AbstractEnum {
34 33
     const ID = 'id';
35 34
     const RETAILER_ID = 'retailer_id';
36 35
     const ROW_NUMBER = 'row_number';
Please login to merge, or discard this patch.
src/FacebookAds/Object/Fields/VideoThumbnailFields.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,8 +29,7 @@
 block discarded – undo
29 29
 /**
30 30
  * @method static VideoThumbnailFields getInstance()
31 31
  */
32
-class VideoThumbnailFields extends AbstractEnum
33
-{
32
+class VideoThumbnailFields extends AbstractEnum {
34 33
     const HEIGHT = 'height';
35 34
     const ID = 'id';
36 35
     const IS_PREFERRED = 'is_preferred';
Please login to merge, or discard this patch.