Passed
Push — master ( 04b043...334ee0 )
by Paul
04:11
created
plugin/Modules/Schema/Intangible.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -9,11 +9,11 @@
 block discarded – undo
9 9
  */
10 10
 class Intangible extends BaseType
11 11
 {
12
-    /**
13
-     * @var array
14
-     * @see http://schema.org/{property_name}
15
-     */
16
-    public $parents = [
17
-        'Thing',
18
-    ];
12
+	/**
13
+	 * @var array
14
+	 * @see http://schema.org/{property_name}
15
+	 */
16
+	public $parents = [
17
+		'Thing',
18
+	];
19 19
 }
Please login to merge, or discard this patch.
plugin/Modules/Schema/Place.php 1 patch
Indentation   +18 added lines, -18 removed lines patch added patch discarded remove patch
@@ -37,23 +37,23 @@
 block discarded – undo
37 37
  */
38 38
 class Place extends BaseType
39 39
 {
40
-    /**
41
-     * @var array
42
-     * @see http://schema.org/{property_name}
43
-     */
44
-    public $allowed = [
45
-        'additionalProperty', 'address', 'aggregateRating', 'amenityFeature', 'branchCode',
46
-        'containedIn', 'containedInPlace', 'containsPlace', 'event', 'events', 'faxNumber', 'geo',
47
-        'globalLocationNumber', 'hasMap', 'isAccessibleForFree', 'isicV4', 'logo', 'map', 'maps',
48
-        'maximumAttendeeCapacity', 'openingHoursSpecification', 'photo', 'photos', 'publicAccess',
49
-        'review', 'reviews', 'smokingAllowed', 'specialOpeningHoursSpecification', 'telephone',
50
-    ];
40
+	/**
41
+	 * @var array
42
+	 * @see http://schema.org/{property_name}
43
+	 */
44
+	public $allowed = [
45
+		'additionalProperty', 'address', 'aggregateRating', 'amenityFeature', 'branchCode',
46
+		'containedIn', 'containedInPlace', 'containsPlace', 'event', 'events', 'faxNumber', 'geo',
47
+		'globalLocationNumber', 'hasMap', 'isAccessibleForFree', 'isicV4', 'logo', 'map', 'maps',
48
+		'maximumAttendeeCapacity', 'openingHoursSpecification', 'photo', 'photos', 'publicAccess',
49
+		'review', 'reviews', 'smokingAllowed', 'specialOpeningHoursSpecification', 'telephone',
50
+	];
51 51
 
52
-    /**
53
-     * @var array
54
-     * @see http://schema.org/{property_name}
55
-     */
56
-    public $parents = [
57
-        'Thing',
58
-    ];
52
+	/**
53
+	 * @var array
54
+	 * @see http://schema.org/{property_name}
55
+	 */
56
+	public $parents = [
57
+		'Thing',
58
+	];
59 59
 }
Please login to merge, or discard this patch.
plugin/Modules/Schema/Review.php 1 patch
Indentation   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -11,19 +11,19 @@
 block discarded – undo
11 11
  */
12 12
 class Review extends BaseType
13 13
 {
14
-    /**
15
-     * @var array
16
-     * @see http://schema.org/{property_name}
17
-     */
18
-    public $allowed = [
19
-        'itemReviewed', 'reviewBody', 'reviewRating',
20
-    ];
14
+	/**
15
+	 * @var array
16
+	 * @see http://schema.org/{property_name}
17
+	 */
18
+	public $allowed = [
19
+		'itemReviewed', 'reviewBody', 'reviewRating',
20
+	];
21 21
 
22
-    /**
23
-     * @var array
24
-     * @see http://schema.org/{property_name}
25
-     */
26
-    public $parents = [
27
-        'CreativeWork',
28
-    ];
22
+	/**
23
+	 * @var array
24
+	 * @see http://schema.org/{property_name}
25
+	 */
26
+	public $parents = [
27
+		'CreativeWork',
28
+	];
29 29
 }
Please login to merge, or discard this patch.
plugin/Modules/Schema/AggregateRating.php 1 patch
Indentation   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -11,19 +11,19 @@
 block discarded – undo
11 11
  */
12 12
 class AggregateRating extends BaseType
13 13
 {
14
-    /**
15
-     * @var array
16
-     * @see http://schema.org/{property_name}
17
-     */
18
-    public $allowed = [
19
-        'itemReviewed', 'ratingCount', 'reviewCount',
20
-    ];
14
+	/**
15
+	 * @var array
16
+	 * @see http://schema.org/{property_name}
17
+	 */
18
+	public $allowed = [
19
+		'itemReviewed', 'ratingCount', 'reviewCount',
20
+	];
21 21
 
22
-    /**
23
-     * @var array
24
-     * @see http://schema.org/{property_name}
25
-     */
26
-    public $parents = [
27
-        'Rating',
28
-    ];
22
+	/**
23
+	 * @var array
24
+	 * @see http://schema.org/{property_name}
25
+	 */
26
+	public $parents = [
27
+		'Rating',
28
+	];
29 29
 }
Please login to merge, or discard this patch.
plugin/Modules/Schema/LocalBusiness.php 1 patch
Indentation   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -15,19 +15,19 @@
 block discarded – undo
15 15
  */
16 16
 class LocalBusiness extends BaseType
17 17
 {
18
-    /**
19
-     * @var array
20
-     * @see http://schema.org/{property_name}
21
-     */
22
-    public $allowed = [
23
-        'branchOf', 'currenciesAccepted', 'openingHours', 'paymentAccepted', 'priceRange',
24
-    ];
18
+	/**
19
+	 * @var array
20
+	 * @see http://schema.org/{property_name}
21
+	 */
22
+	public $allowed = [
23
+		'branchOf', 'currenciesAccepted', 'openingHours', 'paymentAccepted', 'priceRange',
24
+	];
25 25
 
26
-    /**
27
-     * @var array
28
-     * @see http://schema.org/{property_name}
29
-     */
30
-    public $parents = [
31
-        'Organization', 'Place',
32
-    ];
26
+	/**
27
+	 * @var array
28
+	 * @see http://schema.org/{property_name}
29
+	 */
30
+	public $parents = [
31
+		'Organization', 'Place',
32
+	];
33 33
 }
Please login to merge, or discard this patch.
plugin/Modules/Schema/Person.php 1 patch
Indentation   +22 added lines, -22 removed lines patch added patch discarded remove patch
@@ -64,27 +64,27 @@
 block discarded – undo
64 64
  */
65 65
 class Person extends BaseType
66 66
 {
67
-    /**
68
-     * @var array
69
-     * @see http://schema.org/{property_name}
70
-     */
71
-    public $allowed = [
72
-        'additionalName', 'address', 'affiliation', 'alumniOf', 'award', 'awards', 'birthDate',
73
-        'birthPlace', 'brand', 'children', 'colleague', 'colleagues', 'contactPoint',
74
-        'contactPoints', 'deathDate', 'deathPlace', 'duns', 'email', 'familyName', 'faxNumber',
75
-        'follows', 'funder', 'gender', 'givenName', 'globalLocationNumber', 'hasOfferCatalog',
76
-        'hasPOS', 'height', 'homeLocation', 'honorificPrefix', 'honorificSuffix', 'isicV4',
77
-        'jobTitle', 'knows', 'makesOffer', 'memberOf', 'naics', 'nationality', 'netWorth', 'owns',
78
-        'parent', 'parents', 'performerIn', 'publishingPrinciples', 'relatedTo', 'seeks', 'sibling',
79
-        'siblings', 'sponsor', 'spouse', 'taxID', 'telephone', 'vatID', 'weight', 'workLocation',
80
-        'worksFor',
81
-    ];
67
+	/**
68
+	 * @var array
69
+	 * @see http://schema.org/{property_name}
70
+	 */
71
+	public $allowed = [
72
+		'additionalName', 'address', 'affiliation', 'alumniOf', 'award', 'awards', 'birthDate',
73
+		'birthPlace', 'brand', 'children', 'colleague', 'colleagues', 'contactPoint',
74
+		'contactPoints', 'deathDate', 'deathPlace', 'duns', 'email', 'familyName', 'faxNumber',
75
+		'follows', 'funder', 'gender', 'givenName', 'globalLocationNumber', 'hasOfferCatalog',
76
+		'hasPOS', 'height', 'homeLocation', 'honorificPrefix', 'honorificSuffix', 'isicV4',
77
+		'jobTitle', 'knows', 'makesOffer', 'memberOf', 'naics', 'nationality', 'netWorth', 'owns',
78
+		'parent', 'parents', 'performerIn', 'publishingPrinciples', 'relatedTo', 'seeks', 'sibling',
79
+		'siblings', 'sponsor', 'spouse', 'taxID', 'telephone', 'vatID', 'weight', 'workLocation',
80
+		'worksFor',
81
+	];
82 82
 
83
-    /**
84
-     * @var array
85
-     * @see http://schema.org/{property_name}
86
-     */
87
-    public $parents = [
88
-        'Thing',
89
-    ];
83
+	/**
84
+	 * @var array
85
+	 * @see http://schema.org/{property_name}
86
+	 */
87
+	public $parents = [
88
+		'Thing',
89
+	];
90 90
 }
Please login to merge, or discard this patch.
plugin/Modules/Schema/Offer.php 1 patch
Indentation   +21 added lines, -21 removed lines patch added patch discarded remove patch
@@ -54,26 +54,26 @@
 block discarded – undo
54 54
  */
55 55
 class Offer extends BaseType
56 56
 {
57
-    /**
58
-     * @var array
59
-     * @see http://schema.org/{property_name}
60
-     */
61
-    public $allowed = [
62
-        'acceptedPaymentMethod', 'addOn', 'advanceBookingRequirement', 'aggregateRating',
63
-        'areaServed', 'availability', 'availabilityEnds', 'availabilityStarts', 'availableAtOrFrom',
64
-        'availableDeliveryMethod', 'businessFunction', 'category', 'deliveryLeadTime',
65
-        'eligibleCustomerType', 'eligibleDuration', 'eligibleQuantity', 'eligibleRegion',
66
-        'eligibleTransactionVolume', 'gtin12', 'gtin13', 'gtin14', 'gtin8', 'includesObject',
67
-        'ineligibleRegion', 'inventoryLevel', 'itemCondition', 'itemOffered', 'mpn', 'price',
68
-        'priceCurrency', 'priceSpecification', 'priceValidUntil', 'review', 'reviews', 'seller',
69
-        'serialNumber', 'sku', 'validFrom', 'validThrough', 'warranty',
70
-    ];
57
+	/**
58
+	 * @var array
59
+	 * @see http://schema.org/{property_name}
60
+	 */
61
+	public $allowed = [
62
+		'acceptedPaymentMethod', 'addOn', 'advanceBookingRequirement', 'aggregateRating',
63
+		'areaServed', 'availability', 'availabilityEnds', 'availabilityStarts', 'availableAtOrFrom',
64
+		'availableDeliveryMethod', 'businessFunction', 'category', 'deliveryLeadTime',
65
+		'eligibleCustomerType', 'eligibleDuration', 'eligibleQuantity', 'eligibleRegion',
66
+		'eligibleTransactionVolume', 'gtin12', 'gtin13', 'gtin14', 'gtin8', 'includesObject',
67
+		'ineligibleRegion', 'inventoryLevel', 'itemCondition', 'itemOffered', 'mpn', 'price',
68
+		'priceCurrency', 'priceSpecification', 'priceValidUntil', 'review', 'reviews', 'seller',
69
+		'serialNumber', 'sku', 'validFrom', 'validThrough', 'warranty',
70
+	];
71 71
 
72
-    /**
73
-     * @var array
74
-     * @see http://schema.org/{property_name}
75
-     */
76
-    public $parents = [
77
-        'Intangible',
78
-    ];
72
+	/**
73
+	 * @var array
74
+	 * @see http://schema.org/{property_name}
75
+	 */
76
+	public $parents = [
77
+		'Intangible',
78
+	];
79 79
 }
Please login to merge, or discard this patch.
plugin/Modules/Schema/CreativeWork.php 1 patch
Indentation   +29 added lines, -29 removed lines patch added patch discarded remove patch
@@ -92,34 +92,34 @@
 block discarded – undo
92 92
  */
93 93
 class CreativeWork extends BaseType
94 94
 {
95
-    /**
96
-     * @var array
97
-     * @see http://schema.org/{property_name}
98
-     */
99
-    public $allowed = [
100
-        'about', 'accessMode', 'accessModeSufficient', 'accessibilityAPI', 'accessibilityControl',
101
-        'accessibilityFeature', 'accessibilityHazard', 'accessibilitySummary', 'accountablePerson',
102
-        'aggregateRating', 'alternativeHeadline', 'associatedMedia', 'audience', 'audio', 'author',
103
-        'award', 'awards', 'character', 'citation', 'comment', 'commentCount', 'contentLocation',
104
-        'contentRating', 'contributor', 'copyrightHolder', 'copyrightYear', 'creator',
105
-        'dateCreated', 'dateModified', 'datePublished', 'discussionUrl', 'editor',
106
-        'educationalAlignment', 'educationalUse', 'encoding', 'encodingFormat', 'encodings',
107
-        'exampleOfWork', 'expires', 'fileFormat', 'funder', 'genre', 'hasPart', 'headline',
108
-        'inLanguage', 'interactionStatistic', 'interactivityType', 'isAccessibleForFree',
109
-        'isBasedOn', 'isBasedOnUrl', 'isFamilyFriendly', 'isPartOf', 'keywords',
110
-        'learningResourceType', 'license', 'locationCreated', 'mainEntity', 'material', 'mentions',
111
-        'offers', 'position', 'producer', 'provider', 'publication', 'publisher',
112
-        'publishingPrinciples', 'recordedAt', 'releasedEvent', 'review', 'reviews', 'schemaVersion',
113
-        'sourceOrganization', 'spatialCoverage', 'sponsor', 'temporalCoverage', 'text',
114
-        'thumbnailUrl', 'timeRequired', 'translator', 'typicalAgeRange', 'version', 'video',
115
-        'workExample',
116
-    ];
95
+	/**
96
+	 * @var array
97
+	 * @see http://schema.org/{property_name}
98
+	 */
99
+	public $allowed = [
100
+		'about', 'accessMode', 'accessModeSufficient', 'accessibilityAPI', 'accessibilityControl',
101
+		'accessibilityFeature', 'accessibilityHazard', 'accessibilitySummary', 'accountablePerson',
102
+		'aggregateRating', 'alternativeHeadline', 'associatedMedia', 'audience', 'audio', 'author',
103
+		'award', 'awards', 'character', 'citation', 'comment', 'commentCount', 'contentLocation',
104
+		'contentRating', 'contributor', 'copyrightHolder', 'copyrightYear', 'creator',
105
+		'dateCreated', 'dateModified', 'datePublished', 'discussionUrl', 'editor',
106
+		'educationalAlignment', 'educationalUse', 'encoding', 'encodingFormat', 'encodings',
107
+		'exampleOfWork', 'expires', 'fileFormat', 'funder', 'genre', 'hasPart', 'headline',
108
+		'inLanguage', 'interactionStatistic', 'interactivityType', 'isAccessibleForFree',
109
+		'isBasedOn', 'isBasedOnUrl', 'isFamilyFriendly', 'isPartOf', 'keywords',
110
+		'learningResourceType', 'license', 'locationCreated', 'mainEntity', 'material', 'mentions',
111
+		'offers', 'position', 'producer', 'provider', 'publication', 'publisher',
112
+		'publishingPrinciples', 'recordedAt', 'releasedEvent', 'review', 'reviews', 'schemaVersion',
113
+		'sourceOrganization', 'spatialCoverage', 'sponsor', 'temporalCoverage', 'text',
114
+		'thumbnailUrl', 'timeRequired', 'translator', 'typicalAgeRange', 'version', 'video',
115
+		'workExample',
116
+	];
117 117
 
118
-    /**
119
-     * @var array
120
-     * @see http://schema.org/{property_name}
121
-     */
122
-    public $parents = [
123
-        'Thing',
124
-    ];
118
+	/**
119
+	 * @var array
120
+	 * @see http://schema.org/{property_name}
121
+	 */
122
+	public $parents = [
123
+		'Thing',
124
+	];
125 125
 }
Please login to merge, or discard this patch.
plugin/Modules/Schema/AggregateOffer.php 1 patch
Indentation   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -13,19 +13,19 @@
 block discarded – undo
13 13
  */
14 14
 class AggregateOffer extends BaseType
15 15
 {
16
-    /**
17
-     * @var array
18
-     * @see http://schema.org/{property_name}
19
-     */
20
-    public $allowed = [
21
-        'highPrice', 'lowPrice', 'offerCount', 'offers',
22
-    ];
16
+	/**
17
+	 * @var array
18
+	 * @see http://schema.org/{property_name}
19
+	 */
20
+	public $allowed = [
21
+		'highPrice', 'lowPrice', 'offerCount', 'offers',
22
+	];
23 23
 
24
-    /**
25
-     * @var array
26
-     * @see http://schema.org/{property_name}
27
-     */
28
-    public $parents = [
29
-        'Offer',
30
-    ];
24
+	/**
25
+	 * @var array
26
+	 * @see http://schema.org/{property_name}
27
+	 */
28
+	public $parents = [
29
+		'Offer',
30
+	];
31 31
 }
Please login to merge, or discard this patch.