Failed Conditions
Pull Request — master (#191)
by Emanuele
03:09
created
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.
src/FacebookAds/Object/Fields/AdVideoFields.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 AdVideoFields getInstance()
31 31
  */
32
-class AdVideoFields extends AbstractEnum
33
-{
32
+class AdVideoFields extends AbstractEnum {
34 33
     const CREATED_TIME = 'created_time';
35 34
     const DESCRIPTION = 'description';
36 35
     const EMBED_HTML = 'embed_html';
Please login to merge, or discard this patch.
src/FacebookAds/Object/Fields/AdAccountGroupFields.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 AdAccountGroupFields getInstance()
31 31
  */
32
-class AdAccountGroupFields extends AbstractEnum
33
-{
32
+class AdAccountGroupFields extends AbstractEnum {
34 33
     const ID = 'id';
35 34
     const ACCOUNT_GROUP_ID = 'account_group_id';
36 35
     const NAME = 'name';
Please login to merge, or discard this patch.
src/FacebookAds/Object/Fields/PartnerCategoryFields.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 PartnerCategoryFields getInstance()
31 31
  */
32
-class PartnerCategoryFields extends AbstractEnum
33
-{
32
+class PartnerCategoryFields 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/CustomAudienceFields.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 CustomAudienceFields getInstance()
31 31
  */
32
-class CustomAudienceFields extends AbstractEnum
33
-{
32
+class CustomAudienceFields extends AbstractEnum {
34 33
     const ACCOUNT_ID = 'account_id';
35 34
     const APPROXIMATE_COUNT = 'approximate_count';
36 35
     const DATA_SOURCE = 'data_source';
Please login to merge, or discard this patch.
src/FacebookAds/Object/Fields/ProductSetFields.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 ProductSetFields getInstance()
31 31
  */
32
-class ProductSetFields extends AbstractEnum
33
-{
32
+class ProductSetFields extends AbstractEnum {
34 33
     const ID = 'id';
35 34
     const NAME = 'name';
36 35
     const FILTER = 'filter';
Please login to merge, or discard this patch.
src/FacebookAds/Object/Fields/ProductFields.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 ProductFields getInstance()
31 31
  */
32
-class ProductFields extends AbstractEnum
33
-{
32
+class ProductFields extends AbstractEnum {
34 33
     const ID = 'id';
35 34
     const AGE_GROUP = 'age_group';
36 35
     const AVAILABILITY = 'availability';
Please login to merge, or discard this patch.
src/FacebookAds/Object/Fields/ProductFeedUploadFields.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 ProductFeedUploadFields getInstance()
31 31
  */
32
-class ProductFeedUploadFields extends AbstractEnum
33
-{
32
+class ProductFeedUploadFields extends AbstractEnum {
34 33
     const ID = 'id';
35 34
     const START_TIME = 'start_time';
36 35
     const END_TIME = 'end_time';
Please login to merge, or discard this patch.