Passed
Push — v3 ( 01a338...22e12d )
by Andrew
53:06 queued 24:15
created
src/models/jsonld/AskAction.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/Waterfall.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   +18 added lines, -18 removed lines patch added patch discarded remove patch
@@ -476,7 +476,7 @@  discard block
 block discarded – undo
476 476
      */
477 477
     static protected $_schemaPropertyExpectedTypes = [
478 478
         'additionalProperty' => ['PropertyValue'],
479
-        'address' => ['PostalAddress','Text'],
479
+        'address' => ['PostalAddress', 'Text'],
480 480
         'aggregateRating' => ['AggregateRating'],
481 481
         'amenityFeature' => ['LocationFeatureSpecification'],
482 482
         'branchCode' => ['Text'],
@@ -484,28 +484,28 @@  discard block
 block discarded – undo
484 484
         'containsPlace' => ['Place'],
485 485
         'event' => ['Event'],
486 486
         'faxNumber' => ['Text'],
487
-        'geo' => ['GeoCoordinates','GeoShape'],
488
-        'geoContains' => ['GeospatialGeometry','Place'],
489
-        'geoCoveredBy' => ['GeospatialGeometry','Place'],
490
-        'geoCovers' => ['GeospatialGeometry','Place'],
491
-        'geoCrosses' => ['GeospatialGeometry','Place'],
492
-        'geoDisjoint' => ['GeospatialGeometry','Place'],
493
-        'geoEquals' => ['GeospatialGeometry','Place'],
494
-        'geoIntersects' => ['GeospatialGeometry','Place'],
495
-        'geoOverlaps' => ['GeospatialGeometry','Place'],
496
-        'geoTouches' => ['GeospatialGeometry','Place'],
497
-        'geoWithin' => ['GeospatialGeometry','Place'],
487
+        'geo' => ['GeoCoordinates', 'GeoShape'],
488
+        'geoContains' => ['GeospatialGeometry', 'Place'],
489
+        'geoCoveredBy' => ['GeospatialGeometry', 'Place'],
490
+        'geoCovers' => ['GeospatialGeometry', 'Place'],
491
+        'geoCrosses' => ['GeospatialGeometry', 'Place'],
492
+        'geoDisjoint' => ['GeospatialGeometry', 'Place'],
493
+        'geoEquals' => ['GeospatialGeometry', 'Place'],
494
+        'geoIntersects' => ['GeospatialGeometry', 'Place'],
495
+        'geoOverlaps' => ['GeospatialGeometry', 'Place'],
496
+        'geoTouches' => ['GeospatialGeometry', 'Place'],
497
+        'geoWithin' => ['GeospatialGeometry', 'Place'],
498 498
         'globalLocationNumber' => ['Text'],
499 499
         'hasDriveThroughService' => ['Boolean'],
500
-        'hasMap' => ['Map','URL'],
500
+        'hasMap' => ['Map', 'URL'],
501 501
         'isAccessibleForFree' => ['Boolean'],
502 502
         'isicV4' => ['Text'],
503
-        'latitude' => ['Number','Text'],
504
-        'logo' => ['ImageObject','URL'],
505
-        'longitude' => ['Number','Text'],
503
+        'latitude' => ['Number', 'Text'],
504
+        'logo' => ['ImageObject', 'URL'],
505
+        'longitude' => ['Number', 'Text'],
506 506
         'maximumAttendeeCapacity' => ['Integer'],
507 507
         'openingHoursSpecification' => ['OpeningHoursSpecification'],
508
-        'photo' => ['ImageObject','Photograph'],
508
+        'photo' => ['ImageObject', 'Photograph'],
509 509
         'publicAccess' => ['Boolean'],
510 510
         'review' => ['Review'],
511 511
         'slogan' => ['Text'],
@@ -619,7 +619,7 @@  discard block
 block discarded – undo
619 619
     {
620 620
         $rules = parent::rules();
621 621
         $rules = array_merge($rules, [
622
-            [['additionalProperty','address','aggregateRating','amenityFeature','branchCode','containedInPlace','containsPlace','event','faxNumber','geo','geoContains','geoCoveredBy','geoCovers','geoCrosses','geoDisjoint','geoEquals','geoIntersects','geoOverlaps','geoTouches','geoWithin','globalLocationNumber','hasDriveThroughService','hasMap','isAccessibleForFree','isicV4','latitude','logo','longitude','maximumAttendeeCapacity','openingHoursSpecification','photo','publicAccess','review','slogan','smokingAllowed','specialOpeningHoursSpecification','telephone','tourBookingPage'], 'validateJsonSchema'],
622
+            [['additionalProperty', 'address', 'aggregateRating', 'amenityFeature', 'branchCode', 'containedInPlace', 'containsPlace', 'event', 'faxNumber', 'geo', 'geoContains', 'geoCoveredBy', 'geoCovers', 'geoCrosses', 'geoDisjoint', 'geoEquals', 'geoIntersects', 'geoOverlaps', 'geoTouches', 'geoWithin', 'globalLocationNumber', 'hasDriveThroughService', 'hasMap', 'isAccessibleForFree', 'isicV4', 'latitude', 'logo', 'longitude', 'maximumAttendeeCapacity', 'openingHoursSpecification', 'photo', 'publicAccess', 'review', 'slogan', 'smokingAllowed', 'specialOpeningHoursSpecification', 'telephone', 'tourBookingPage'], 'validateJsonSchema'],
623 623
             [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
624 624
             [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
625 625
         ]);
Please login to merge, or discard this patch.
src/models/jsonld/Distance.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
@@ -229,13 +229,13 @@  discard block
 block discarded – undo
229 229
         'alternateName' => ['Text'],
230 230
         'description' => ['Text'],
231 231
         'disambiguatingDescription' => ['Text'],
232
-        'identifier' => ['PropertyValue','Text','URL'],
233
-        'image' => ['ImageObject','URL'],
234
-        'mainEntityOfPage' => ['CreativeWork','URL'],
232
+        'identifier' => ['PropertyValue', 'Text', 'URL'],
233
+        'image' => ['ImageObject', 'URL'],
234
+        'mainEntityOfPage' => ['CreativeWork', 'URL'],
235 235
         'name' => ['Text'],
236 236
         'potentialAction' => ['Action'],
237 237
         'sameAs' => ['URL'],
238
-        'subjectOf' => ['CreativeWork','Event'],
238
+        'subjectOf' => ['CreativeWork', 'Event'],
239 239
         'url' => ['URL']
240 240
     ];
241 241
 
@@ -317,7 +317,7 @@  discard block
 block discarded – undo
317 317
     {
318 318
         $rules = parent::rules();
319 319
         $rules = array_merge($rules, [
320
-            [['additionalType','alternateName','description','disambiguatingDescription','identifier','image','mainEntityOfPage','name','potentialAction','sameAs','subjectOf','url'], 'validateJsonSchema'],
320
+            [['additionalType', 'alternateName', 'description', 'disambiguatingDescription', 'identifier', 'image', 'mainEntityOfPage', 'name', 'potentialAction', 'sameAs', 'subjectOf', 'url'], 'validateJsonSchema'],
321 321
             [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
322 322
             [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
323 323
         ]);
Please login to merge, or discard this patch.
src/models/jsonld/TrainTrip.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
@@ -237,7 +237,7 @@
 block discarded – undo
237 237
     {
238 238
         $rules = parent::rules();
239 239
         $rules = array_merge($rules, [
240
-            [['arrivalPlatform','arrivalStation','departurePlatform','departureStation','trainName','trainNumber'], 'validateJsonSchema'],
240
+            [['arrivalPlatform', 'arrivalStation', 'departurePlatform', 'departureStation', 'trainName', 'trainNumber'], 'validateJsonSchema'],
241 241
             [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
242 242
             [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
243 243
         ]);
Please login to merge, or discard this patch.
src/models/jsonld/NutritionInformation.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
@@ -297,7 +297,7 @@
 block discarded – undo
297 297
     {
298 298
         $rules = parent::rules();
299 299
         $rules = array_merge($rules, [
300
-            [['calories','carbohydrateContent','cholesterolContent','fatContent','fiberContent','proteinContent','saturatedFatContent','servingSize','sodiumContent','sugarContent','transFatContent','unsaturatedFatContent'], 'validateJsonSchema'],
300
+            [['calories', 'carbohydrateContent', 'cholesterolContent', 'fatContent', 'fiberContent', 'proteinContent', 'saturatedFatContent', 'servingSize', 'sodiumContent', 'sugarContent', 'transFatContent', 'unsaturatedFatContent'], 'validateJsonSchema'],
301 301
             [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
302 302
             [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
303 303
         ]);
Please login to merge, or discard this patch.
src/models/jsonld/OrderStatus.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/DrinkAction.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
@@ -200,7 +200,7 @@
 block discarded – undo
200 200
     {
201 201
         $rules = parent::rules();
202 202
         $rules = array_merge($rules, [
203
-            [['actionAccessibilityRequirement','expectsAcceptanceOf'], 'validateJsonSchema'],
203
+            [['actionAccessibilityRequirement', 'expectsAcceptanceOf'], 'validateJsonSchema'],
204 204
             [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
205 205
             [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
206 206
         ]);
Please login to merge, or discard this patch.
src/models/jsonld/AggregateOffer.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   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -161,10 +161,10 @@  discard block
 block discarded – undo
161 161
      * @var array
162 162
      */
163 163
     static protected $_schemaPropertyExpectedTypes = [
164
-        'highPrice' => ['Number','Text'],
165
-        'lowPrice' => ['Number','Text'],
164
+        'highPrice' => ['Number', 'Text'],
165
+        'lowPrice' => ['Number', 'Text'],
166 166
         'offerCount' => ['Integer'],
167
-        'offers' => ['Demand','Offer']
167
+        'offers' => ['Demand', 'Offer']
168 168
     ];
169 169
 
170 170
     /**
@@ -237,7 +237,7 @@  discard block
 block discarded – undo
237 237
     {
238 238
         $rules = parent::rules();
239 239
         $rules = array_merge($rules, [
240
-            [['highPrice','lowPrice','offerCount','offers'], 'validateJsonSchema'],
240
+            [['highPrice', 'lowPrice', 'offerCount', 'offers'], 'validateJsonSchema'],
241 241
             [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
242 242
             [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
243 243
         ]);
Please login to merge, or discard this patch.
src/models/jsonld/SelfStorage.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.