Passed
Push — v3 ( 35bf58...2c6c1d )
by Andrew
34:25 queued 22:13
created
src/models/jsonld/BusinessAudience.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -208,7 +208,7 @@
 block discarded – undo
208 208
     {
209 209
         $rules = parent::rules();
210 210
         $rules = array_merge($rules, [
211
-            [['numberOfEmployees','yearlyRevenue','yearsInOperation'], 'validateJsonSchema'],
211
+            [['numberOfEmployees', 'yearlyRevenue', 'yearsInOperation'], 'validateJsonSchema'],
212 212
             [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
213 213
             [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
214 214
         ]);
Please login to merge, or discard this patch.
src/models/jsonld/MusicPlaylist.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
      */
128 128
     static protected $_schemaPropertyExpectedTypes = [
129 129
         'numTracks' => ['Integer'],
130
-        'track' => ['ItemList','MusicRecording']
130
+        'track' => ['ItemList', 'MusicRecording']
131 131
     ];
132 132
 
133 133
     /**
@@ -198,7 +198,7 @@  discard block
 block discarded – undo
198 198
     {
199 199
         $rules = parent::rules();
200 200
         $rules = array_merge($rules, [
201
-            [['numTracks','track'], 'validateJsonSchema'],
201
+            [['numTracks', 'track'], 'validateJsonSchema'],
202 202
             [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
203 203
             [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
204 204
         ]);
Please login to merge, or discard this patch.
src/models/jsonld/AggregateRating.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -207,7 +207,7 @@
 block discarded – undo
207 207
     {
208 208
         $rules = parent::rules();
209 209
         $rules = array_merge($rules, [
210
-            [['itemReviewed','ratingCount','reviewCount'], 'validateJsonSchema'],
210
+            [['itemReviewed', 'ratingCount', 'reviewCount'], 'validateJsonSchema'],
211 211
             [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
212 212
             [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
213 213
         ]);
Please login to merge, or discard this patch.
src/models/jsonld/MedicalOrganization.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -209,7 +209,7 @@
 block discarded – undo
209 209
     {
210 210
         $rules = parent::rules();
211 211
         $rules = array_merge($rules, [
212
-            [['healthPlanNetworkId','isAcceptingNewPatients','medicalSpecialty'], 'validateJsonSchema'],
212
+            [['healthPlanNetworkId', 'isAcceptingNewPatients', 'medicalSpecialty'], 'validateJsonSchema'],
213 213
             [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
214 214
             [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
215 215
         ]);
Please login to merge, or discard this patch.
src/models/jsonld/Suite.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -148,8 +148,8 @@  discard block
 block discarded – undo
148 148
      * @var array
149 149
      */
150 150
     static protected $_schemaPropertyExpectedTypes = [
151
-        'bed' => ['BedDetails','BedType','Text'],
152
-        'numberOfRooms' => ['Number','QuantitativeValue'],
151
+        'bed' => ['BedDetails', 'BedType', 'Text'],
152
+        'numberOfRooms' => ['Number', 'QuantitativeValue'],
153 153
         'occupancy' => ['QuantitativeValue']
154 154
     ];
155 155
 
@@ -222,7 +222,7 @@  discard block
 block discarded – undo
222 222
     {
223 223
         $rules = parent::rules();
224 224
         $rules = array_merge($rules, [
225
-            [['bed','numberOfRooms','occupancy'], 'validateJsonSchema'],
225
+            [['bed', 'numberOfRooms', 'occupancy'], 'validateJsonSchema'],
226 226
             [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
227 227
             [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
228 228
         ]);
Please login to merge, or discard this patch.
src/models/jsonld/Physician.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@  discard block
 block discarded – undo
133 133
      * @var array
134 134
      */
135 135
     static protected $_schemaPropertyExpectedTypes = [
136
-        'availableService' => ['MedicalProcedure','MedicalTest','MedicalTherapy'],
136
+        'availableService' => ['MedicalProcedure', 'MedicalTest', 'MedicalTherapy'],
137 137
         'hospitalAffiliation' => ['Hospital'],
138 138
         'medicalSpecialty' => ['MedicalSpecialty']
139 139
     ];
@@ -207,7 +207,7 @@  discard block
 block discarded – undo
207 207
     {
208 208
         $rules = parent::rules();
209 209
         $rules = array_merge($rules, [
210
-            [['availableService','hospitalAffiliation','medicalSpecialty'], 'validateJsonSchema'],
210
+            [['availableService', 'hospitalAffiliation', 'medicalSpecialty'], 'validateJsonSchema'],
211 211
             [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
212 212
             [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
213 213
         ]);
Please login to merge, or discard this patch.
src/models/jsonld/CreditCard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@
 block discarded – undo
126 126
      * @var array
127 127
      */
128 128
     static protected $_schemaPropertyExpectedTypes = [
129
-        'monthlyMinimumRepaymentAmount' => ['MonetaryAmount','Number']
129
+        'monthlyMinimumRepaymentAmount' => ['MonetaryAmount', 'Number']
130 130
     ];
131 131
 
132 132
     /**
Please login to merge, or discard this patch.
src/models/jsonld/InsuranceAgency.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
      * @var array
119 119
      */
120 120
     static protected $_schemaPropertyExpectedTypes = [
121
-        'feesAndCommissionsSpecification' => ['Text','URL']
121
+        'feesAndCommissionsSpecification' => ['Text', 'URL']
122 122
     ];
123 123
 
124 124
     /**
Please login to merge, or discard this patch.
src/models/jsonld/VideoGameSeries.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -263,9 +263,9 @@  discard block
 block discarded – undo
263 263
         'director' => ['Person'],
264 264
         'episode' => ['Episode'],
265 265
         'gameItem' => ['Thing'],
266
-        'gameLocation' => ['Place','PostalAddress','URL'],
267
-        'gamePlatform' => ['Text','Thing','URL'],
268
-        'musicBy' => ['MusicGroup','Person'],
266
+        'gameLocation' => ['Place', 'PostalAddress', 'URL'],
267
+        'gamePlatform' => ['Text', 'Thing', 'URL'],
268
+        'musicBy' => ['MusicGroup', 'Person'],
269 269
         'numberOfEpisodes' => ['Integer'],
270 270
         'numberOfPlayers' => ['QuantitativeValue'],
271 271
         'numberOfSeasons' => ['Integer'],
@@ -358,7 +358,7 @@  discard block
 block discarded – undo
358 358
     {
359 359
         $rules = parent::rules();
360 360
         $rules = array_merge($rules, [
361
-            [['actor','characterAttribute','cheatCode','containsSeason','director','episode','gameItem','gameLocation','gamePlatform','musicBy','numberOfEpisodes','numberOfPlayers','numberOfSeasons','playMode','productionCompany','quest','trailer'], 'validateJsonSchema'],
361
+            [['actor', 'characterAttribute', 'cheatCode', 'containsSeason', 'director', 'episode', 'gameItem', 'gameLocation', 'gamePlatform', 'musicBy', 'numberOfEpisodes', 'numberOfPlayers', 'numberOfSeasons', 'playMode', 'productionCompany', 'quest', 'trailer'], 'validateJsonSchema'],
362 362
             [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
363 363
             [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
364 364
         ]);
Please login to merge, or discard this patch.