Failed Conditions
Pull Request — master (#191)
by Emanuele
03:09
created
src/FacebookAds/Object/Values/InsightsOperators.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 InsightsOperators getInstance()
31 31
  */
32
-class InsightsOperators extends AbstractEnum
33
-{
32
+class InsightsOperators extends AbstractEnum {
34 33
     const ALL = 'ALL';
35 34
     const ANY = 'ANY';
36 35
     const CONTAIN = 'CONTAIN';
Please login to merge, or discard this patch.
src/FacebookAds/Object/Values/PageRoles.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
  */
32 32
 class PageRoles extends AbstractEnum
33 33
 {
34
-    const ADVERTISER    = 'ADVERTISER';
34
+    const ADVERTISER = 'ADVERTISER';
35 35
     const CONTENT_CREATOR = 'CONTENT_CREATOR';
36 36
     const MANAGER = 'MANAGER';
37 37
     const MODERATOR = 'MODERATOR';
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 PageRoles getInstance()
31 31
  */
32
-class PageRoles extends AbstractEnum
33
-{
32
+class PageRoles extends AbstractEnum {
34 33
     const ADVERTISER    = 'ADVERTISER';
35 34
     const CONTENT_CREATOR = 'CONTENT_CREATOR';
36 35
     const MANAGER = 'MANAGER';
Please login to merge, or discard this patch.
src/FacebookAds/Object/Values/InsightsActionBreakdowns.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 InsightsActionBreakdowns getInstance()
31 31
  */
32
-class InsightsActionBreakdowns extends AbstractEnum
33
-{
32
+class InsightsActionBreakdowns extends AbstractEnum {
34 33
     const ACTION_CAROUSEL_CARD_ID = 'action_carousel_card_id';
35 34
     const ACTION_CAROUSEL_CARD_NAME = 'action_carousel_card_name';
36 35
     const ACTION_DESTINATION = 'action_destination';
Please login to merge, or discard this patch.
src/FacebookAds/Object/Values/BusinessRoles.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 BusinessRoles getInstance()
31 31
  */
32
-class BusinessRoles extends AbstractEnum
33
-{
32
+class BusinessRoles extends AbstractEnum {
34 33
     const ADMIN    = 'ADMIN';
35 34
     const EMPLOYEE = 'EMPLOYEE';
36 35
     const OWNER = 'OWNER';
Please login to merge, or discard this patch.
src/FacebookAds/Object/Values/ReachFrequencyPredictionStatuses.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 ReachFrequencyPredictionStatuses getInstance()
31 31
  */
32
-class ReachFrequencyPredictionStatuses extends AbstractEnum
33
-{
32
+class ReachFrequencyPredictionStatuses extends AbstractEnum {
34 33
     const SUCCESS = 1;
35 34
     const PENDING = 2;
36 35
     const UNREACHABLE_AUDIENCE = 3;
Please login to merge, or discard this patch.
src/FacebookAds/Object/Values/AdBuyingTypes.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
  */
32 32
 class AdBuyingTypes extends AbstractEnum
33 33
 {
34
-    const AUCTION    = 'AUCTION';
34
+    const AUCTION = 'AUCTION';
35 35
     const FIXED_PRICE = 'FIXED_PRICE';
36 36
     const RESERVED = 'RESERVED';
37 37
 }
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 AdBuyingTypes getInstance()
31 31
  */
32
-class AdBuyingTypes extends AbstractEnum
33
-{
32
+class AdBuyingTypes extends AbstractEnum {
34 33
     const AUCTION    = 'AUCTION';
35 34
     const FIXED_PRICE = 'FIXED_PRICE';
36 35
     const RESERVED = 'RESERVED';
Please login to merge, or discard this patch.
src/FacebookAds/Object/Values/UserPermissionRoles.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,6 +31,6 @@
 block discarded – undo
31 31
  */
32 32
 class UserPermissionRoles extends AbstractEnum
33 33
 {
34
-    const ADMIN    = 'ADMIN';
35
-    const EMPLOYEE    = 'EMPLOYEE';
34
+    const ADMIN = 'ADMIN';
35
+    const EMPLOYEE = 'EMPLOYEE';
36 36
 }
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 UserPermissionRoles getInstance()
31 31
  */
32
-class UserPermissionRoles extends AbstractEnum
33
-{
32
+class UserPermissionRoles extends AbstractEnum {
34 33
     const ADMIN    = 'ADMIN';
35 34
     const EMPLOYEE    = 'EMPLOYEE';
36 35
 }
Please login to merge, or discard this patch.
src/FacebookAds/Object/Values/PageTypes.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 PageTypes getInstance()
31 31
  */
32
-class PageTypes extends AbstractEnum
33
-{
32
+class PageTypes extends AbstractEnum {
34 33
     const DESKTOP_FEED = 'desktopfeed';
35 34
     const HOME = 'home';
36 35
     const LEGACY_EXTERNAL = 'legacyexternal';
Please login to merge, or discard this patch.
src/FacebookAds/Object/Values/InsightsIncrements.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 InsightsIncrements getInstance()
31 31
  */
32
-class InsightsIncrements extends AbstractEnum
33
-{
32
+class InsightsIncrements extends AbstractEnum {
34 33
     const MONTHLY = 'monthly';
35 34
     const ALL_DAYS = 'all_days';
36 35
 }
Please login to merge, or discard this patch.