Passed
Push — v3 ( 177c2d...bd0cd1 )
by Andrew
15:58 queued 07:14
created
src/models/jsonld/Volcano.php 2 patches
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -164,8 +164,8 @@  discard block
 block discarded – undo
164 164
     // =========================================================================
165 165
 
166 166
     /**
167
-    * @inheritdoc
168
-    */
167
+     * @inheritdoc
168
+     */
169 169
     public function init()
170 170
     {
171 171
         parent::init();
@@ -196,8 +196,8 @@  discard block
 block discarded – undo
196 196
     }
197 197
 
198 198
     /**
199
-    * @inheritdoc
200
-    */
199
+     * @inheritdoc
200
+     */
201 201
     public function rules()
202 202
     {
203 203
         $rules = parent::rules();
Please login to merge, or discard this patch.
Spacing   +16 added lines, -16 removed lines patch added patch discarded remove patch
@@ -436,7 +436,7 @@  discard block
 block discarded – undo
436 436
      */
437 437
     static protected $_schemaPropertyExpectedTypes = [
438 438
         'additionalProperty' => ['PropertyValue'],
439
-        'address' => ['PostalAddress','Text'],
439
+        'address' => ['PostalAddress', 'Text'],
440 440
         'aggregateRating' => ['AggregateRating'],
441 441
         'amenityFeature' => ['LocationFeatureSpecification'],
442 442
         'branchCode' => ['Text'],
@@ -444,25 +444,25 @@  discard block
 block discarded – undo
444 444
         'containsPlace' => ['Place'],
445 445
         'event' => ['Event'],
446 446
         'faxNumber' => ['Text'],
447
-        'geo' => ['GeoCoordinates','GeoShape'],
448
-        'geoContains' => ['GeospatialGeometry','Place'],
449
-        'geoCoveredBy' => ['GeospatialGeometry','Place'],
450
-        'geoCovers' => ['GeospatialGeometry','Place'],
451
-        'geoCrosses' => ['GeospatialGeometry','Place'],
452
-        'geoDisjoint' => ['GeospatialGeometry','Place'],
453
-        'geoEquals' => ['GeospatialGeometry','Place'],
454
-        'geoIntersects' => ['GeospatialGeometry','Place'],
455
-        'geoOverlaps' => ['GeospatialGeometry','Place'],
456
-        'geoTouches' => ['GeospatialGeometry','Place'],
457
-        'geoWithin' => ['GeospatialGeometry','Place'],
447
+        'geo' => ['GeoCoordinates', 'GeoShape'],
448
+        'geoContains' => ['GeospatialGeometry', 'Place'],
449
+        'geoCoveredBy' => ['GeospatialGeometry', 'Place'],
450
+        'geoCovers' => ['GeospatialGeometry', 'Place'],
451
+        'geoCrosses' => ['GeospatialGeometry', 'Place'],
452
+        'geoDisjoint' => ['GeospatialGeometry', 'Place'],
453
+        'geoEquals' => ['GeospatialGeometry', 'Place'],
454
+        'geoIntersects' => ['GeospatialGeometry', 'Place'],
455
+        'geoOverlaps' => ['GeospatialGeometry', 'Place'],
456
+        'geoTouches' => ['GeospatialGeometry', 'Place'],
457
+        'geoWithin' => ['GeospatialGeometry', 'Place'],
458 458
         'globalLocationNumber' => ['Text'],
459
-        'hasMap' => ['Map','URL'],
459
+        'hasMap' => ['Map', 'URL'],
460 460
         'isAccessibleForFree' => ['Boolean'],
461 461
         'isicV4' => ['Text'],
462
-        'logo' => ['ImageObject','URL'],
462
+        'logo' => ['ImageObject', 'URL'],
463 463
         'maximumAttendeeCapacity' => ['Integer'],
464 464
         'openingHoursSpecification' => ['OpeningHoursSpecification'],
465
-        'photo' => ['ImageObject','Photograph'],
465
+        'photo' => ['ImageObject', 'Photograph'],
466 466
         'publicAccess' => ['Boolean'],
467 467
         'review' => ['Review'],
468 468
         'slogan' => ['Text'],
@@ -571,7 +571,7 @@  discard block
 block discarded – undo
571 571
     {
572 572
         $rules = parent::rules();
573 573
         $rules = array_merge($rules, [
574
-            [['additionalProperty','address','aggregateRating','amenityFeature','branchCode','containedInPlace','containsPlace','event','faxNumber','geo','geoContains','geoCoveredBy','geoCovers','geoCrosses','geoDisjoint','geoEquals','geoIntersects','geoOverlaps','geoTouches','geoWithin','globalLocationNumber','hasMap','isAccessibleForFree','isicV4','logo','maximumAttendeeCapacity','openingHoursSpecification','photo','publicAccess','review','slogan','smokingAllowed','specialOpeningHoursSpecification','telephone'], 'validateJsonSchema'],
574
+            [['additionalProperty', 'address', 'aggregateRating', 'amenityFeature', 'branchCode', 'containedInPlace', 'containsPlace', 'event', 'faxNumber', 'geo', 'geoContains', 'geoCoveredBy', 'geoCovers', 'geoCrosses', 'geoDisjoint', 'geoEquals', 'geoIntersects', 'geoOverlaps', 'geoTouches', 'geoWithin', 'globalLocationNumber', 'hasMap', 'isAccessibleForFree', 'isicV4', 'logo', 'maximumAttendeeCapacity', 'openingHoursSpecification', 'photo', 'publicAccess', 'review', 'slogan', 'smokingAllowed', 'specialOpeningHoursSpecification', 'telephone'], 'validateJsonSchema'],
575 575
             [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
576 576
             [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
577 577
         ]);
Please login to merge, or discard this patch.
src/models/jsonld/ConvenienceStore.php 2 patches
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -164,8 +164,8 @@  discard block
 block discarded – undo
164 164
     // =========================================================================
165 165
 
166 166
     /**
167
-    * @inheritdoc
168
-    */
167
+     * @inheritdoc
168
+     */
169 169
     public function init()
170 170
     {
171 171
         parent::init();
@@ -196,8 +196,8 @@  discard block
 block discarded – undo
196 196
     }
197 197
 
198 198
     /**
199
-    * @inheritdoc
200
-    */
199
+     * @inheritdoc
200
+     */
201 201
     public function rules()
202 202
     {
203 203
         $rules = parent::rules();
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -226,7 +226,7 @@
 block discarded – undo
226 226
     {
227 227
         $rules = parent::rules();
228 228
         $rules = array_merge($rules, [
229
-            [['currenciesAccepted','openingHours','paymentAccepted','priceRange'], 'validateJsonSchema'],
229
+            [['currenciesAccepted', 'openingHours', 'paymentAccepted', 'priceRange'], 'validateJsonSchema'],
230 230
             [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
231 231
             [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
232 232
         ]);
Please login to merge, or discard this patch.
src/models/jsonld/TVEpisode.php 2 patches
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -164,8 +164,8 @@  discard block
 block discarded – undo
164 164
     // =========================================================================
165 165
 
166 166
     /**
167
-    * @inheritdoc
168
-    */
167
+     * @inheritdoc
168
+     */
169 169
     public function init()
170 170
     {
171 171
         parent::init();
@@ -196,8 +196,8 @@  discard block
 block discarded – undo
196 196
     }
197 197
 
198 198
     /**
199
-    * @inheritdoc
200
-    */
199
+     * @inheritdoc
200
+     */
201 201
     public function rules()
202 202
     {
203 203
         $rules = parent::rules();
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@  discard block
 block discarded – undo
128 128
      */
129 129
     static protected $_schemaPropertyExpectedTypes = [
130 130
         'countryOfOrigin' => ['Country'],
131
-        'subtitleLanguage' => ['Language','Text']
131
+        'subtitleLanguage' => ['Language', 'Text']
132 132
     ];
133 133
 
134 134
     /**
@@ -199,7 +199,7 @@  discard block
 block discarded – undo
199 199
     {
200 200
         $rules = parent::rules();
201 201
         $rules = array_merge($rules, [
202
-            [['countryOfOrigin','subtitleLanguage'], 'validateJsonSchema'],
202
+            [['countryOfOrigin', 'subtitleLanguage'], 'validateJsonSchema'],
203 203
             [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
204 204
             [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
205 205
         ]);
Please login to merge, or discard this patch.
src/models/jsonld/VideoObject.php 2 patches
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -164,8 +164,8 @@  discard block
 block discarded – undo
164 164
     // =========================================================================
165 165
 
166 166
     /**
167
-    * @inheritdoc
168
-    */
167
+     * @inheritdoc
168
+     */
169 169
     public function init()
170 170
     {
171 171
         parent::init();
@@ -196,8 +196,8 @@  discard block
 block discarded – undo
196 196
     }
197 197
 
198 198
     /**
199
-    * @inheritdoc
200
-    */
199
+     * @inheritdoc
200
+     */
201 201
     public function rules()
202 202
     {
203 203
         $rules = parent::rules();
Please login to merge, or discard this patch.
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -180,9 +180,9 @@  discard block
 block discarded – undo
180 180
      */
181 181
     static protected $_schemaPropertyExpectedTypes = [
182 182
         'actor' => ['Person'],
183
-        'caption' => ['MediaObject','Text'],
183
+        'caption' => ['MediaObject', 'Text'],
184 184
         'director' => ['Person'],
185
-        'musicBy' => ['MusicGroup','Person'],
185
+        'musicBy' => ['MusicGroup', 'Person'],
186 186
         'thumbnail' => ['ImageObject'],
187 187
         'transcript' => ['Text'],
188 188
         'videoFrameSize' => ['Text'],
@@ -263,7 +263,7 @@  discard block
 block discarded – undo
263 263
     {
264 264
         $rules = parent::rules();
265 265
         $rules = array_merge($rules, [
266
-            [['actor','caption','director','musicBy','thumbnail','transcript','videoFrameSize','videoQuality'], 'validateJsonSchema'],
266
+            [['actor', 'caption', 'director', 'musicBy', 'thumbnail', 'transcript', 'videoFrameSize', 'videoQuality'], 'validateJsonSchema'],
267 267
             [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
268 268
             [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
269 269
         ]);
Please login to merge, or discard this patch.
src/models/jsonld/FoodService.php 2 patches
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -164,8 +164,8 @@  discard block
 block discarded – undo
164 164
     // =========================================================================
165 165
 
166 166
     /**
167
-    * @inheritdoc
168
-    */
167
+     * @inheritdoc
168
+     */
169 169
     public function init()
170 170
     {
171 171
         parent::init();
@@ -196,8 +196,8 @@  discard block
 block discarded – undo
196 196
     }
197 197
 
198 198
     /**
199
-    * @inheritdoc
200
-    */
199
+     * @inheritdoc
200
+     */
201 201
     public function rules()
202 202
     {
203 203
         $rules = parent::rules();
Please login to merge, or discard this patch.
Spacing   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -297,26 +297,26 @@  discard block
 block discarded – undo
297 297
      */
298 298
     static protected $_schemaPropertyExpectedTypes = [
299 299
         'aggregateRating' => ['AggregateRating'],
300
-        'areaServed' => ['AdministrativeArea','GeoShape','Place','Text'],
300
+        'areaServed' => ['AdministrativeArea', 'GeoShape', 'Place', 'Text'],
301 301
         'audience' => ['Audience'],
302 302
         'availableChannel' => ['ServiceChannel'],
303 303
         'award' => ['Text'],
304
-        'brand' => ['Brand','Organization'],
305
-        'broker' => ['Organization','Person'],
306
-        'category' => ['PhysicalActivityCategory','Text','Thing'],
304
+        'brand' => ['Brand', 'Organization'],
305
+        'broker' => ['Organization', 'Person'],
306
+        'category' => ['PhysicalActivityCategory', 'Text', 'Thing'],
307 307
         'hasOfferCatalog' => ['OfferCatalog'],
308 308
         'hoursAvailable' => ['OpeningHoursSpecification'],
309
-        'isRelatedTo' => ['Product','Service'],
310
-        'isSimilarTo' => ['Product','Service'],
311
-        'logo' => ['ImageObject','URL'],
309
+        'isRelatedTo' => ['Product', 'Service'],
310
+        'isSimilarTo' => ['Product', 'Service'],
311
+        'logo' => ['ImageObject', 'URL'],
312 312
         'offers' => ['Offer'],
313
-        'provider' => ['Organization','Person'],
313
+        'provider' => ['Organization', 'Person'],
314 314
         'providerMobility' => ['Text'],
315 315
         'review' => ['Review'],
316 316
         'serviceOutput' => ['Thing'],
317 317
         'serviceType' => ['Text'],
318 318
         'slogan' => ['Text'],
319
-        'termsOfService' => ['Text','URL']
319
+        'termsOfService' => ['Text', 'URL']
320 320
     ];
321 321
 
322 322
     /**
@@ -406,7 +406,7 @@  discard block
 block discarded – undo
406 406
     {
407 407
         $rules = parent::rules();
408 408
         $rules = array_merge($rules, [
409
-            [['aggregateRating','areaServed','audience','availableChannel','award','brand','broker','category','hasOfferCatalog','hoursAvailable','isRelatedTo','isSimilarTo','logo','offers','provider','providerMobility','review','serviceOutput','serviceType','slogan','termsOfService'], 'validateJsonSchema'],
409
+            [['aggregateRating', 'areaServed', 'audience', 'availableChannel', 'award', 'brand', 'broker', 'category', 'hasOfferCatalog', 'hoursAvailable', 'isRelatedTo', 'isSimilarTo', 'logo', 'offers', 'provider', 'providerMobility', 'review', 'serviceOutput', 'serviceType', 'slogan', 'termsOfService'], 'validateJsonSchema'],
410 410
             [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
411 411
             [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
412 412
         ]);
Please login to merge, or discard this patch.
src/models/jsonld/BusinessEntityType.php 2 patches
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -164,8 +164,8 @@  discard block
 block discarded – undo
164 164
     // =========================================================================
165 165
 
166 166
     /**
167
-    * @inheritdoc
168
-    */
167
+     * @inheritdoc
168
+     */
169 169
     public function init()
170 170
     {
171 171
         parent::init();
@@ -196,8 +196,8 @@  discard block
 block discarded – undo
196 196
     }
197 197
 
198 198
     /**
199
-    * @inheritdoc
200
-    */
199
+     * @inheritdoc
200
+     */
201 201
     public function rules()
202 202
     {
203 203
         $rules = parent::rules();
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@
 block discarded – undo
121 121
      * @var array
122 122
      */
123 123
     static protected $_schemaPropertyExpectedTypes = [
124
-        'supersededBy' => ['Class','Enumeration','Property']
124
+        'supersededBy' => ['Class', 'Enumeration', 'Property']
125 125
     ];
126 126
 
127 127
     /**
Please login to merge, or discard this patch.
src/models/jsonld/InteractionCounter.php 2 patches
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -164,8 +164,8 @@  discard block
 block discarded – undo
164 164
     // =========================================================================
165 165
 
166 166
     /**
167
-    * @inheritdoc
168
-    */
167
+     * @inheritdoc
168
+     */
169 169
     public function init()
170 170
     {
171 171
         parent::init();
@@ -196,8 +196,8 @@  discard block
 block discarded – undo
196 196
     }
197 197
 
198 198
     /**
199
-    * @inheritdoc
200
-    */
199
+     * @inheritdoc
200
+     */
201 201
     public function rules()
202 202
     {
203 203
         $rules = parent::rules();
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@  discard block
 block discarded – undo
138 138
      * @var array
139 139
      */
140 140
     static protected $_schemaPropertyExpectedTypes = [
141
-        'interactionService' => ['SoftwareApplication','WebSite'],
141
+        'interactionService' => ['SoftwareApplication', 'WebSite'],
142 142
         'interactionType' => ['Action'],
143 143
         'userInteractionCount' => ['Integer']
144 144
     ];
@@ -212,7 +212,7 @@  discard block
 block discarded – undo
212 212
     {
213 213
         $rules = parent::rules();
214 214
         $rules = array_merge($rules, [
215
-            [['interactionService','interactionType','userInteractionCount'], 'validateJsonSchema'],
215
+            [['interactionService', 'interactionType', 'userInteractionCount'], 'validateJsonSchema'],
216 216
             [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
217 217
             [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
218 218
         ]);
Please login to merge, or discard this patch.
src/models/jsonld/DiscussionForumPosting.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -164,8 +164,8 @@  discard block
 block discarded – undo
164 164
     // =========================================================================
165 165
 
166 166
     /**
167
-    * @inheritdoc
168
-    */
167
+     * @inheritdoc
168
+     */
169 169
     public function init()
170 170
     {
171 171
         parent::init();
@@ -196,8 +196,8 @@  discard block
 block discarded – undo
196 196
     }
197 197
 
198 198
     /**
199
-    * @inheritdoc
200
-    */
199
+     * @inheritdoc
200
+     */
201 201
     public function rules()
202 202
     {
203 203
         $rules = parent::rules();
Please login to merge, or discard this patch.
src/models/jsonld/ScholarlyArticle.php 2 patches
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -164,8 +164,8 @@  discard block
 block discarded – undo
164 164
     // =========================================================================
165 165
 
166 166
     /**
167
-    * @inheritdoc
168
-    */
167
+     * @inheritdoc
168
+     */
169 169
     public function init()
170 170
     {
171 171
         parent::init();
@@ -196,8 +196,8 @@  discard block
 block discarded – undo
196 196
     }
197 197
 
198 198
     /**
199
-    * @inheritdoc
200
-    */
199
+     * @inheritdoc
200
+     */
201 201
     public function rules()
202 202
     {
203 203
         $rules = parent::rules();
Please login to merge, or discard this patch.
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -196,11 +196,11 @@  discard block
 block discarded – undo
196 196
     static protected $_schemaPropertyExpectedTypes = [
197 197
         'articleBody' => ['Text'],
198 198
         'articleSection' => ['Text'],
199
-        'backstory' => ['CreativeWork','Text'],
200
-        'pageEnd' => ['Integer','Text'],
201
-        'pageStart' => ['Integer','Text'],
199
+        'backstory' => ['CreativeWork', 'Text'],
200
+        'pageEnd' => ['Integer', 'Text'],
201
+        'pageStart' => ['Integer', 'Text'],
202 202
         'pagination' => ['Text'],
203
-        'speakable' => ['SpeakableSpecification','URL'],
203
+        'speakable' => ['SpeakableSpecification', 'URL'],
204 204
         'wordCount' => ['Integer']
205 205
     ];
206 206
 
@@ -278,7 +278,7 @@  discard block
 block discarded – undo
278 278
     {
279 279
         $rules = parent::rules();
280 280
         $rules = array_merge($rules, [
281
-            [['articleBody','articleSection','backstory','pageEnd','pageStart','pagination','speakable','wordCount'], 'validateJsonSchema'],
281
+            [['articleBody', 'articleSection', 'backstory', 'pageEnd', 'pageStart', 'pagination', 'speakable', 'wordCount'], 'validateJsonSchema'],
282 282
             [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
283 283
             [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
284 284
         ]);
Please login to merge, or discard this patch.