Failed Conditions
Pull Request — master (#191)
by Emanuele
03:09
created
src/FacebookAds/Object/Fields/ObjectStory/AttachmentDataFields.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 AttachmentDataFields getInstance()
31 31
  */
32
-class AttachmentDataFields extends AbstractEnum
33
-{
32
+class AttachmentDataFields extends AbstractEnum {
34 33
     const CALL_TO_ACTION = 'call_to_action';
35 34
     const DESCRIPTION = 'description';
36 35
     const IMAGE_HASH = 'image_hash';
Please login to merge, or discard this patch.
src/FacebookAds/Object/Fields/ObjectStory/OfferDataFields.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 OfferDataFields getInstance()
31 31
  */
32
-class OfferDataFields extends AbstractEnum
33
-{
32
+class OfferDataFields extends AbstractEnum {
34 33
     const BARCODE_TYPE = 'barcode_type';
35 34
     const BARCODE = 'barcode';
36 35
     const CLAIM_LIMIT = 'claim_limit';
Please login to merge, or discard this patch.
src/FacebookAds/Object/Fields/ObjectStory/TextDataFields.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,7 +29,6 @@
 block discarded – undo
29 29
 /**
30 30
  * @method static TextDataFields getInstance()
31 31
  */
32
-class TextDataFields extends AbstractEnum
33
-{
32
+class TextDataFields extends AbstractEnum {
34 33
     const MESSAGE = 'message';
35 34
 }
Please login to merge, or discard this patch.
src/FacebookAds/Object/Fields/ObjectStory/TemplateDataFields.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 TemplateDataFields getInstance()
31 31
  */
32
-class TemplateDataFields extends AbstractEnum
33
-{
32
+class TemplateDataFields extends AbstractEnum {
34 33
     const CALL_TO_ACTION = 'call_to_action';
35 34
     const DESCRIPTION = 'description';
36 35
     const LINK = 'link';
Please login to merge, or discard this patch.
src/FacebookAds/Object/Fields/ObjectStory/PhotoDataFields.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 TemplateDataFields getInstance()
31 31
  */
32
-class PhotoDataFields extends AbstractEnum
33
-{
32
+class PhotoDataFields extends AbstractEnum {
34 33
     const CAPTION = 'caption';
35 34
     const URL = 'url';
36 35
 }
Please login to merge, or discard this patch.
src/FacebookAds/Object/Fields/ObjectStory/VideoDataFields.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 VideoDataFields getInstance()
31 31
  */
32
-class VideoDataFields extends AbstractEnum
33
-{
32
+class VideoDataFields extends AbstractEnum {
34 33
     const CALL_TO_ACTION = 'call_to_action';
35 34
     const DESCRIPTION = 'description';
36 35
     const IMAGE_HASH = 'image_hash';
Please login to merge, or discard this patch.
src/FacebookAds/Object/Fields/ObjectStory/LinkDataFields.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 LinkDataFields getInstance()
31 31
  */
32
-class LinkDataFields extends AbstractEnum
33
-{
32
+class LinkDataFields extends AbstractEnum {
34 33
     const CALL_TO_ACTION = 'call_to_action';
35 34
     const CAPTION = 'caption';
36 35
     const CHILD_ATTACHMENTS = 'child_attachments';
Please login to merge, or discard this patch.
src/FacebookAds/Object/Fields/AdPlacePageSetFields.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 AdPlacePageSetFields getInstance()
31 31
  */
32
-class AdPlacePageSetFields extends AbstractEnum
33
-{
32
+class AdPlacePageSetFields extends AbstractEnum {
34 33
     const ACCOUNT_ID = 'account_id';
35 34
     const ID = 'id';
36 35
     const NAME = 'name';
Please login to merge, or discard this patch.
src/FacebookAds/Object/Fields/AdFields.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,8 +27,7 @@
 block discarded – undo
27 27
 /**
28 28
  * @method static AdFields getInstance()
29 29
  */
30
-class AdFields extends AbstractArchivableCrudObjectFields
31
-{
30
+class AdFields extends AbstractArchivableCrudObjectFields {
32 31
     const ACCOUNT_ID = 'account_id';
33 32
     const BID_AMOUNT = 'bid_amount';
34 33
     const ADSET_ID = 'adset_id';
Please login to merge, or discard this patch.