Passed
Push — develop ( 226eab...8c89fd )
by Andrew
10:33 queued 05:02
created
src/models/jsonld/CommunicateAction.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   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -60,35 +60,35 @@  discard block
 block discarded – undo
60 60
      *
61 61
      * @var array
62 62
      */
63
-    static public $schemaPropertyNames = [];
63
+    static public $schemaPropertyNames = [ ];
64 64
 
65 65
     /**
66 66
      * The Schema.org composed Property Expected Types
67 67
      *
68 68
      * @var array
69 69
      */
70
-    static public $schemaPropertyExpectedTypes = [];
70
+    static public $schemaPropertyExpectedTypes = [ ];
71 71
 
72 72
     /**
73 73
      * The Schema.org composed Property Descriptions
74 74
      *
75 75
      * @var array
76 76
      */
77
-    static public $schemaPropertyDescriptions = [];
77
+    static public $schemaPropertyDescriptions = [ ];
78 78
 
79 79
     /**
80 80
      * The Schema.org composed Google Required Schema for this type
81 81
      *
82 82
      * @var array
83 83
      */
84
-    static public $googleRequiredSchema = [];
84
+    static public $googleRequiredSchema = [ ];
85 85
 
86 86
     /**
87 87
      * The Schema.org composed Google Recommended Schema for this type
88 88
      *
89 89
      * @var array
90 90
      */
91
-    static public $googleRecommendedSchema = [];
91
+    static public $googleRecommendedSchema = [ ];
92 92
 
93 93
     // Public Properties
94 94
     // =========================================================================
@@ -137,9 +137,9 @@  discard block
 block discarded – undo
137 137
      * @var array
138 138
      */
139 139
     static protected $_schemaPropertyExpectedTypes = [
140
-        'about' => ['Thing'],
141
-        'inLanguage' => ['Language','Text'],
142
-        'recipient' => ['Audience','ContactPoint','Organization','Person']
140
+        'about' => [ 'Thing' ],
141
+        'inLanguage' => [ 'Language', 'Text' ],
142
+        'recipient' => [ 'Audience', 'ContactPoint', 'Organization', 'Person' ]
143 143
     ];
144 144
 
145 145
     /**
@@ -211,9 +211,9 @@  discard block
 block discarded – undo
211 211
     {
212 212
         $rules = parent::rules();
213 213
         $rules = array_merge($rules, [
214
-            [['about','inLanguage','recipient'], 'validateJsonSchema'],
215
-            [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
216
-            [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
214
+            [ [ 'about', 'inLanguage', 'recipient' ], 'validateJsonSchema' ],
215
+            [ self::$_googleRequiredSchema, 'required', 'on' => [ 'google' ], 'message' => 'This property is required by Google.' ],
216
+            [ self::$_googleRecommendedSchema, 'required', 'on' => [ 'google' ], 'message' => 'This property is recommended by Google.' ]
217 217
         ]);
218 218
 
219 219
         return $rules;
Please login to merge, or discard this patch.
src/models/jsonld/DefenceEstablishment.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   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -59,35 +59,35 @@  discard block
 block discarded – undo
59 59
      *
60 60
      * @var array
61 61
      */
62
-    static public $schemaPropertyNames = [];
62
+    static public $schemaPropertyNames = [ ];
63 63
 
64 64
     /**
65 65
      * The Schema.org composed Property Expected Types
66 66
      *
67 67
      * @var array
68 68
      */
69
-    static public $schemaPropertyExpectedTypes = [];
69
+    static public $schemaPropertyExpectedTypes = [ ];
70 70
 
71 71
     /**
72 72
      * The Schema.org composed Property Descriptions
73 73
      *
74 74
      * @var array
75 75
      */
76
-    static public $schemaPropertyDescriptions = [];
76
+    static public $schemaPropertyDescriptions = [ ];
77 77
 
78 78
     /**
79 79
      * The Schema.org composed Google Required Schema for this type
80 80
      *
81 81
      * @var array
82 82
      */
83
-    static public $googleRequiredSchema = [];
83
+    static public $googleRequiredSchema = [ ];
84 84
 
85 85
     /**
86 86
      * The Schema.org composed Google Recommended Schema for this type
87 87
      *
88 88
      * @var array
89 89
      */
90
-    static public $googleRecommendedSchema = [];
90
+    static public $googleRecommendedSchema = [ ];
91 91
 
92 92
     // Public Properties
93 93
     // =========================================================================
@@ -126,7 +126,7 @@  discard block
 block discarded – undo
126 126
      * @var array
127 127
      */
128 128
     static protected $_schemaPropertyExpectedTypes = [
129
-        'openingHours' => ['Text']
129
+        'openingHours' => [ 'Text' ]
130 130
     ];
131 131
 
132 132
     /**
@@ -196,9 +196,9 @@  discard block
 block discarded – undo
196 196
     {
197 197
         $rules = parent::rules();
198 198
         $rules = array_merge($rules, [
199
-            [['openingHours'], 'validateJsonSchema'],
200
-            [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
201
-            [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
199
+            [ [ 'openingHours' ], 'validateJsonSchema' ],
200
+            [ self::$_googleRequiredSchema, 'required', 'on' => [ 'google' ], 'message' => 'This property is required by Google.' ],
201
+            [ self::$_googleRecommendedSchema, 'required', 'on' => [ 'google' ], 'message' => 'This property is recommended by Google.' ]
202 202
         ]);
203 203
 
204 204
         return $rules;
Please login to merge, or discard this patch.
src/models/jsonld/MusicVenue.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   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -59,35 +59,35 @@  discard block
 block discarded – undo
59 59
      *
60 60
      * @var array
61 61
      */
62
-    static public $schemaPropertyNames = [];
62
+    static public $schemaPropertyNames = [ ];
63 63
 
64 64
     /**
65 65
      * The Schema.org composed Property Expected Types
66 66
      *
67 67
      * @var array
68 68
      */
69
-    static public $schemaPropertyExpectedTypes = [];
69
+    static public $schemaPropertyExpectedTypes = [ ];
70 70
 
71 71
     /**
72 72
      * The Schema.org composed Property Descriptions
73 73
      *
74 74
      * @var array
75 75
      */
76
-    static public $schemaPropertyDescriptions = [];
76
+    static public $schemaPropertyDescriptions = [ ];
77 77
 
78 78
     /**
79 79
      * The Schema.org composed Google Required Schema for this type
80 80
      *
81 81
      * @var array
82 82
      */
83
-    static public $googleRequiredSchema = [];
83
+    static public $googleRequiredSchema = [ ];
84 84
 
85 85
     /**
86 86
      * The Schema.org composed Google Recommended Schema for this type
87 87
      *
88 88
      * @var array
89 89
      */
90
-    static public $googleRecommendedSchema = [];
90
+    static public $googleRecommendedSchema = [ ];
91 91
 
92 92
     // Public Properties
93 93
     // =========================================================================
@@ -126,7 +126,7 @@  discard block
 block discarded – undo
126 126
      * @var array
127 127
      */
128 128
     static protected $_schemaPropertyExpectedTypes = [
129
-        'openingHours' => ['Text']
129
+        'openingHours' => [ 'Text' ]
130 130
     ];
131 131
 
132 132
     /**
@@ -196,9 +196,9 @@  discard block
 block discarded – undo
196 196
     {
197 197
         $rules = parent::rules();
198 198
         $rules = array_merge($rules, [
199
-            [['openingHours'], 'validateJsonSchema'],
200
-            [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
201
-            [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
199
+            [ [ 'openingHours' ], 'validateJsonSchema' ],
200
+            [ self::$_googleRequiredSchema, 'required', 'on' => [ 'google' ], 'message' => 'This property is required by Google.' ],
201
+            [ self::$_googleRecommendedSchema, 'required', 'on' => [ 'google' ], 'message' => 'This property is recommended by Google.' ]
202 202
         ]);
203 203
 
204 204
         return $rules;
Please login to merge, or discard this patch.
src/models/jsonld/RsvpResponseType.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   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -59,35 +59,35 @@  discard block
 block discarded – undo
59 59
      *
60 60
      * @var array
61 61
      */
62
-    static public $schemaPropertyNames = [];
62
+    static public $schemaPropertyNames = [ ];
63 63
 
64 64
     /**
65 65
      * The Schema.org composed Property Expected Types
66 66
      *
67 67
      * @var array
68 68
      */
69
-    static public $schemaPropertyExpectedTypes = [];
69
+    static public $schemaPropertyExpectedTypes = [ ];
70 70
 
71 71
     /**
72 72
      * The Schema.org composed Property Descriptions
73 73
      *
74 74
      * @var array
75 75
      */
76
-    static public $schemaPropertyDescriptions = [];
76
+    static public $schemaPropertyDescriptions = [ ];
77 77
 
78 78
     /**
79 79
      * The Schema.org composed Google Required Schema for this type
80 80
      *
81 81
      * @var array
82 82
      */
83
-    static public $googleRequiredSchema = [];
83
+    static public $googleRequiredSchema = [ ];
84 84
 
85 85
     /**
86 86
      * The Schema.org composed Google Recommended Schema for this type
87 87
      *
88 88
      * @var array
89 89
      */
90
-    static public $googleRecommendedSchema = [];
90
+    static public $googleRecommendedSchema = [ ];
91 91
 
92 92
     // Public Properties
93 93
     // =========================================================================
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
      * @var array
119 119
      */
120 120
     static protected $_schemaPropertyExpectedTypes = [
121
-        'supersededBy' => ['Class','Enumeration','Property']
121
+        'supersededBy' => [ 'Class', 'Enumeration', 'Property' ]
122 122
     ];
123 123
 
124 124
     /**
@@ -188,9 +188,9 @@  discard block
 block discarded – undo
188 188
     {
189 189
         $rules = parent::rules();
190 190
         $rules = array_merge($rules, [
191
-            [['supersededBy'], 'validateJsonSchema'],
192
-            [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
193
-            [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
191
+            [ [ 'supersededBy' ], 'validateJsonSchema' ],
192
+            [ self::$_googleRequiredSchema, 'required', 'on' => [ 'google' ], 'message' => 'This property is required by Google.' ],
193
+            [ self::$_googleRecommendedSchema, 'required', 'on' => [ 'google' ], 'message' => 'This property is recommended by Google.' ]
194 194
         ]);
195 195
 
196 196
         return $rules;
Please login to merge, or discard this patch.
src/models/jsonld/FinancialProduct.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   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -60,35 +60,35 @@  discard block
 block discarded – undo
60 60
      *
61 61
      * @var array
62 62
      */
63
-    static public $schemaPropertyNames = [];
63
+    static public $schemaPropertyNames = [ ];
64 64
 
65 65
     /**
66 66
      * The Schema.org composed Property Expected Types
67 67
      *
68 68
      * @var array
69 69
      */
70
-    static public $schemaPropertyExpectedTypes = [];
70
+    static public $schemaPropertyExpectedTypes = [ ];
71 71
 
72 72
     /**
73 73
      * The Schema.org composed Property Descriptions
74 74
      *
75 75
      * @var array
76 76
      */
77
-    static public $schemaPropertyDescriptions = [];
77
+    static public $schemaPropertyDescriptions = [ ];
78 78
 
79 79
     /**
80 80
      * The Schema.org composed Google Required Schema for this type
81 81
      *
82 82
      * @var array
83 83
      */
84
-    static public $googleRequiredSchema = [];
84
+    static public $googleRequiredSchema = [ ];
85 85
 
86 86
     /**
87 87
      * The Schema.org composed Google Recommended Schema for this type
88 88
      *
89 89
      * @var array
90 90
      */
91
-    static public $googleRecommendedSchema = [];
91
+    static public $googleRecommendedSchema = [ ];
92 92
 
93 93
     // Public Properties
94 94
     // =========================================================================
@@ -139,9 +139,9 @@  discard block
 block discarded – undo
139 139
      * @var array
140 140
      */
141 141
     static protected $_schemaPropertyExpectedTypes = [
142
-        'annualPercentageRate' => ['Number','QuantitativeValue'],
143
-        'feesAndCommissionsSpecification' => ['Text','URL'],
144
-        'interestRate' => ['Number','QuantitativeValue']
142
+        'annualPercentageRate' => [ 'Number', 'QuantitativeValue' ],
143
+        'feesAndCommissionsSpecification' => [ 'Text', 'URL' ],
144
+        'interestRate' => [ 'Number', 'QuantitativeValue' ]
145 145
     ];
146 146
 
147 147
     /**
@@ -213,9 +213,9 @@  discard block
 block discarded – undo
213 213
     {
214 214
         $rules = parent::rules();
215 215
         $rules = array_merge($rules, [
216
-            [['annualPercentageRate','feesAndCommissionsSpecification','interestRate'], 'validateJsonSchema'],
217
-            [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
218
-            [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
216
+            [ [ 'annualPercentageRate', 'feesAndCommissionsSpecification', 'interestRate' ], 'validateJsonSchema' ],
217
+            [ self::$_googleRequiredSchema, 'required', 'on' => [ 'google' ], 'message' => 'This property is required by Google.' ],
218
+            [ self::$_googleRecommendedSchema, 'required', 'on' => [ 'google' ], 'message' => 'This property is recommended by Google.' ]
219 219
         ]);
220 220
 
221 221
         return $rules;
Please login to merge, or discard this patch.
src/models/jsonld/EventReservation.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   +20 added lines, -20 removed lines patch added patch discarded remove patch
@@ -62,35 +62,35 @@  discard block
 block discarded – undo
62 62
      *
63 63
      * @var array
64 64
      */
65
-    static public $schemaPropertyNames = [];
65
+    static public $schemaPropertyNames = [ ];
66 66
 
67 67
     /**
68 68
      * The Schema.org composed Property Expected Types
69 69
      *
70 70
      * @var array
71 71
      */
72
-    static public $schemaPropertyExpectedTypes = [];
72
+    static public $schemaPropertyExpectedTypes = [ ];
73 73
 
74 74
     /**
75 75
      * The Schema.org composed Property Descriptions
76 76
      *
77 77
      * @var array
78 78
      */
79
-    static public $schemaPropertyDescriptions = [];
79
+    static public $schemaPropertyDescriptions = [ ];
80 80
 
81 81
     /**
82 82
      * The Schema.org composed Google Required Schema for this type
83 83
      *
84 84
      * @var array
85 85
      */
86
-    static public $googleRequiredSchema = [];
86
+    static public $googleRequiredSchema = [ ];
87 87
 
88 88
     /**
89 89
      * The Schema.org composed Google Recommended Schema for this type
90 90
      *
91 91
      * @var array
92 92
      */
93
-    static public $googleRecommendedSchema = [];
93
+    static public $googleRecommendedSchema = [ ];
94 94
 
95 95
     // Public Properties
96 96
     // =========================================================================
@@ -218,18 +218,18 @@  discard block
 block discarded – undo
218 218
      * @var array
219 219
      */
220 220
     static protected $_schemaPropertyExpectedTypes = [
221
-        'bookingTime' => ['DateTime'],
222
-        'broker' => ['Organization','Person'],
223
-        'modifiedTime' => ['DateTime'],
224
-        'priceCurrency' => ['Text'],
225
-        'programMembershipUsed' => ['ProgramMembership'],
226
-        'provider' => ['Organization','Person'],
227
-        'reservationFor' => ['Thing'],
228
-        'reservationId' => ['Text'],
229
-        'reservationStatus' => ['ReservationStatusType'],
230
-        'reservedTicket' => ['Ticket'],
231
-        'totalPrice' => ['Number','PriceSpecification','Text'],
232
-        'underName' => ['Organization','Person']
221
+        'bookingTime' => [ 'DateTime' ],
222
+        'broker' => [ 'Organization', 'Person' ],
223
+        'modifiedTime' => [ 'DateTime' ],
224
+        'priceCurrency' => [ 'Text' ],
225
+        'programMembershipUsed' => [ 'ProgramMembership' ],
226
+        'provider' => [ 'Organization', 'Person' ],
227
+        'reservationFor' => [ 'Thing' ],
228
+        'reservationId' => [ 'Text' ],
229
+        'reservationStatus' => [ 'ReservationStatusType' ],
230
+        'reservedTicket' => [ 'Ticket' ],
231
+        'totalPrice' => [ 'Number', 'PriceSpecification', 'Text' ],
232
+        'underName' => [ 'Organization', 'Person' ]
233 233
     ];
234 234
 
235 235
     /**
@@ -310,9 +310,9 @@  discard block
 block discarded – undo
310 310
     {
311 311
         $rules = parent::rules();
312 312
         $rules = array_merge($rules, [
313
-            [['bookingTime','broker','modifiedTime','priceCurrency','programMembershipUsed','provider','reservationFor','reservationId','reservationStatus','reservedTicket','totalPrice','underName'], 'validateJsonSchema'],
314
-            [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
315
-            [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
313
+            [ [ 'bookingTime', 'broker', 'modifiedTime', 'priceCurrency', 'programMembershipUsed', 'provider', 'reservationFor', 'reservationId', 'reservationStatus', 'reservedTicket', 'totalPrice', 'underName' ], 'validateJsonSchema' ],
314
+            [ self::$_googleRequiredSchema, 'required', 'on' => [ 'google' ], 'message' => 'This property is required by Google.' ],
315
+            [ self::$_googleRecommendedSchema, 'required', 'on' => [ 'google' ], 'message' => 'This property is recommended by Google.' ]
316 316
         ]);
317 317
 
318 318
         return $rules;
Please login to merge, or discard this patch.
src/models/jsonld/Photograph.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   +90 added lines, -90 removed lines patch added patch discarded remove patch
@@ -59,35 +59,35 @@  discard block
 block discarded – undo
59 59
      *
60 60
      * @var array
61 61
      */
62
-    static public $schemaPropertyNames = [];
62
+    static public $schemaPropertyNames = [ ];
63 63
 
64 64
     /**
65 65
      * The Schema.org composed Property Expected Types
66 66
      *
67 67
      * @var array
68 68
      */
69
-    static public $schemaPropertyExpectedTypes = [];
69
+    static public $schemaPropertyExpectedTypes = [ ];
70 70
 
71 71
     /**
72 72
      * The Schema.org composed Property Descriptions
73 73
      *
74 74
      * @var array
75 75
      */
76
-    static public $schemaPropertyDescriptions = [];
76
+    static public $schemaPropertyDescriptions = [ ];
77 77
 
78 78
     /**
79 79
      * The Schema.org composed Google Required Schema for this type
80 80
      *
81 81
      * @var array
82 82
      */
83
-    static public $googleRequiredSchema = [];
83
+    static public $googleRequiredSchema = [ ];
84 84
 
85 85
     /**
86 86
      * The Schema.org composed Google Recommended Schema for this type
87 87
      *
88 88
      * @var array
89 89
      */
90
-    static public $googleRecommendedSchema = [];
90
+    static public $googleRecommendedSchema = [ ];
91 91
 
92 92
     // Public Properties
93 93
     // =========================================================================
@@ -868,88 +868,88 @@  discard block
 block discarded – undo
868 868
      * @var array
869 869
      */
870 870
     static protected $_schemaPropertyExpectedTypes = [
871
-        'about' => ['Thing'],
872
-        'accessMode' => ['Text'],
873
-        'accessModeSufficient' => ['Text'],
874
-        'accessibilityAPI' => ['Text'],
875
-        'accessibilityControl' => ['Text'],
876
-        'accessibilityFeature' => ['Text'],
877
-        'accessibilityHazard' => ['Text'],
878
-        'accessibilitySummary' => ['Text'],
879
-        'accountablePerson' => ['Person'],
880
-        'aggregateRating' => ['AggregateRating'],
881
-        'alternativeHeadline' => ['Text'],
882
-        'associatedMedia' => ['MediaObject'],
883
-        'audience' => ['Audience'],
884
-        'audio' => ['AudioObject'],
885
-        'author' => ['Organization','Person'],
886
-        'award' => ['Text'],
887
-        'character' => ['Person'],
888
-        'citation' => ['CreativeWork','Text'],
889
-        'comment' => ['Comment'],
890
-        'commentCount' => ['Integer'],
891
-        'contentLocation' => ['Place'],
892
-        'contentRating' => ['Text'],
893
-        'contentReferenceTime' => ['DateTime'],
894
-        'contributor' => ['Organization','Person'],
895
-        'copyrightHolder' => ['Organization','Person'],
896
-        'copyrightYear' => ['Number'],
897
-        'creator' => ['Organization','Person'],
898
-        'dateCreated' => ['Date','DateTime'],
899
-        'dateModified' => ['Date','DateTime'],
900
-        'datePublished' => ['Date'],
901
-        'discussionUrl' => ['URL'],
902
-        'editor' => ['Person'],
903
-        'educationalAlignment' => ['AlignmentObject'],
904
-        'educationalUse' => ['Text'],
905
-        'encoding' => ['MediaObject'],
906
-        'exampleOfWork' => ['CreativeWork'],
907
-        'expires' => ['Date'],
908
-        'fileFormat' => ['Text','URL'],
909
-        'funder' => ['Organization','Person'],
910
-        'genre' => ['Text','URL'],
911
-        'hasPart' => ['CreativeWork'],
912
-        'headline' => ['Text'],
913
-        'inLanguage' => ['Language','Text'],
914
-        'interactionStatistic' => ['InteractionCounter'],
915
-        'interactivityType' => ['Text'],
916
-        'isAccessibleForFree' => ['Boolean'],
917
-        'isBasedOn' => ['CreativeWork','Product','URL'],
918
-        'isFamilyFriendly' => ['Boolean'],
919
-        'isPartOf' => ['CreativeWork'],
920
-        'keywords' => ['Text'],
921
-        'learningResourceType' => ['Text'],
922
-        'license' => ['CreativeWork','URL'],
923
-        'locationCreated' => ['Place'],
924
-        'mainEntity' => ['Thing'],
925
-        'material' => ['Product','Text','URL'],
926
-        'mentions' => ['Thing'],
927
-        'offers' => ['Offer'],
928
-        'position' => ['Integer','Text'],
929
-        'producer' => ['Organization','Person'],
930
-        'provider' => ['Organization','Person'],
931
-        'publication' => ['PublicationEvent'],
932
-        'publisher' => ['Organization','Person'],
933
-        'publisherImprint' => ['Organization'],
934
-        'publishingPrinciples' => ['CreativeWork','URL'],
935
-        'recordedAt' => ['Event'],
936
-        'releasedEvent' => ['PublicationEvent'],
937
-        'review' => ['Review'],
938
-        'schemaVersion' => ['Text','URL'],
939
-        'sourceOrganization' => ['Organization'],
940
-        'spatialCoverage' => ['Place'],
941
-        'sponsor' => ['Organization','Person'],
942
-        'temporalCoverage' => ['DateTime','Text','URL'],
943
-        'text' => ['Text'],
944
-        'thumbnailUrl' => ['URL'],
945
-        'timeRequired' => ['Duration'],
946
-        'translationOfWork' => ['CreativeWork'],
947
-        'translator' => ['Organization','Person'],
948
-        'typicalAgeRange' => ['Text'],
949
-        'version' => ['Number','Text'],
950
-        'video' => ['VideoObject'],
951
-        'workExample' => ['CreativeWork'],
952
-        'workTranslation' => ['CreativeWork']
871
+        'about' => [ 'Thing' ],
872
+        'accessMode' => [ 'Text' ],
873
+        'accessModeSufficient' => [ 'Text' ],
874
+        'accessibilityAPI' => [ 'Text' ],
875
+        'accessibilityControl' => [ 'Text' ],
876
+        'accessibilityFeature' => [ 'Text' ],
877
+        'accessibilityHazard' => [ 'Text' ],
878
+        'accessibilitySummary' => [ 'Text' ],
879
+        'accountablePerson' => [ 'Person' ],
880
+        'aggregateRating' => [ 'AggregateRating' ],
881
+        'alternativeHeadline' => [ 'Text' ],
882
+        'associatedMedia' => [ 'MediaObject' ],
883
+        'audience' => [ 'Audience' ],
884
+        'audio' => [ 'AudioObject' ],
885
+        'author' => [ 'Organization', 'Person' ],
886
+        'award' => [ 'Text' ],
887
+        'character' => [ 'Person' ],
888
+        'citation' => [ 'CreativeWork', 'Text' ],
889
+        'comment' => [ 'Comment' ],
890
+        'commentCount' => [ 'Integer' ],
891
+        'contentLocation' => [ 'Place' ],
892
+        'contentRating' => [ 'Text' ],
893
+        'contentReferenceTime' => [ 'DateTime' ],
894
+        'contributor' => [ 'Organization', 'Person' ],
895
+        'copyrightHolder' => [ 'Organization', 'Person' ],
896
+        'copyrightYear' => [ 'Number' ],
897
+        'creator' => [ 'Organization', 'Person' ],
898
+        'dateCreated' => [ 'Date', 'DateTime' ],
899
+        'dateModified' => [ 'Date', 'DateTime' ],
900
+        'datePublished' => [ 'Date' ],
901
+        'discussionUrl' => [ 'URL' ],
902
+        'editor' => [ 'Person' ],
903
+        'educationalAlignment' => [ 'AlignmentObject' ],
904
+        'educationalUse' => [ 'Text' ],
905
+        'encoding' => [ 'MediaObject' ],
906
+        'exampleOfWork' => [ 'CreativeWork' ],
907
+        'expires' => [ 'Date' ],
908
+        'fileFormat' => [ 'Text', 'URL' ],
909
+        'funder' => [ 'Organization', 'Person' ],
910
+        'genre' => [ 'Text', 'URL' ],
911
+        'hasPart' => [ 'CreativeWork' ],
912
+        'headline' => [ 'Text' ],
913
+        'inLanguage' => [ 'Language', 'Text' ],
914
+        'interactionStatistic' => [ 'InteractionCounter' ],
915
+        'interactivityType' => [ 'Text' ],
916
+        'isAccessibleForFree' => [ 'Boolean' ],
917
+        'isBasedOn' => [ 'CreativeWork', 'Product', 'URL' ],
918
+        'isFamilyFriendly' => [ 'Boolean' ],
919
+        'isPartOf' => [ 'CreativeWork' ],
920
+        'keywords' => [ 'Text' ],
921
+        'learningResourceType' => [ 'Text' ],
922
+        'license' => [ 'CreativeWork', 'URL' ],
923
+        'locationCreated' => [ 'Place' ],
924
+        'mainEntity' => [ 'Thing' ],
925
+        'material' => [ 'Product', 'Text', 'URL' ],
926
+        'mentions' => [ 'Thing' ],
927
+        'offers' => [ 'Offer' ],
928
+        'position' => [ 'Integer', 'Text' ],
929
+        'producer' => [ 'Organization', 'Person' ],
930
+        'provider' => [ 'Organization', 'Person' ],
931
+        'publication' => [ 'PublicationEvent' ],
932
+        'publisher' => [ 'Organization', 'Person' ],
933
+        'publisherImprint' => [ 'Organization' ],
934
+        'publishingPrinciples' => [ 'CreativeWork', 'URL' ],
935
+        'recordedAt' => [ 'Event' ],
936
+        'releasedEvent' => [ 'PublicationEvent' ],
937
+        'review' => [ 'Review' ],
938
+        'schemaVersion' => [ 'Text', 'URL' ],
939
+        'sourceOrganization' => [ 'Organization' ],
940
+        'spatialCoverage' => [ 'Place' ],
941
+        'sponsor' => [ 'Organization', 'Person' ],
942
+        'temporalCoverage' => [ 'DateTime', 'Text', 'URL' ],
943
+        'text' => [ 'Text' ],
944
+        'thumbnailUrl' => [ 'URL' ],
945
+        'timeRequired' => [ 'Duration' ],
946
+        'translationOfWork' => [ 'CreativeWork' ],
947
+        'translator' => [ 'Organization', 'Person' ],
948
+        'typicalAgeRange' => [ 'Text' ],
949
+        'version' => [ 'Number', 'Text' ],
950
+        'video' => [ 'VideoObject' ],
951
+        'workExample' => [ 'CreativeWork' ],
952
+        'workTranslation' => [ 'CreativeWork' ]
953 953
     ];
954 954
 
955 955
     /**
@@ -1100,9 +1100,9 @@  discard block
 block discarded – undo
1100 1100
     {
1101 1101
         $rules = parent::rules();
1102 1102
         $rules = array_merge($rules, [
1103
-            [['about','accessMode','accessModeSufficient','accessibilityAPI','accessibilityControl','accessibilityFeature','accessibilityHazard','accessibilitySummary','accountablePerson','aggregateRating','alternativeHeadline','associatedMedia','audience','audio','author','award','character','citation','comment','commentCount','contentLocation','contentRating','contentReferenceTime','contributor','copyrightHolder','copyrightYear','creator','dateCreated','dateModified','datePublished','discussionUrl','editor','educationalAlignment','educationalUse','encoding','exampleOfWork','expires','fileFormat','funder','genre','hasPart','headline','inLanguage','interactionStatistic','interactivityType','isAccessibleForFree','isBasedOn','isFamilyFriendly','isPartOf','keywords','learningResourceType','license','locationCreated','mainEntity','material','mentions','offers','position','producer','provider','publication','publisher','publisherImprint','publishingPrinciples','recordedAt','releasedEvent','review','schemaVersion','sourceOrganization','spatialCoverage','sponsor','temporalCoverage','text','thumbnailUrl','timeRequired','translationOfWork','translator','typicalAgeRange','version','video','workExample','workTranslation'], 'validateJsonSchema'],
1104
-            [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
1105
-            [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
1103
+            [ [ 'about', 'accessMode', 'accessModeSufficient', 'accessibilityAPI', 'accessibilityControl', 'accessibilityFeature', 'accessibilityHazard', 'accessibilitySummary', 'accountablePerson', 'aggregateRating', 'alternativeHeadline', 'associatedMedia', 'audience', 'audio', 'author', 'award', 'character', 'citation', 'comment', 'commentCount', 'contentLocation', 'contentRating', 'contentReferenceTime', 'contributor', 'copyrightHolder', 'copyrightYear', 'creator', 'dateCreated', 'dateModified', 'datePublished', 'discussionUrl', 'editor', 'educationalAlignment', 'educationalUse', 'encoding', 'exampleOfWork', 'expires', 'fileFormat', 'funder', 'genre', 'hasPart', 'headline', 'inLanguage', 'interactionStatistic', 'interactivityType', 'isAccessibleForFree', 'isBasedOn', 'isFamilyFriendly', 'isPartOf', 'keywords', 'learningResourceType', 'license', 'locationCreated', 'mainEntity', 'material', 'mentions', 'offers', 'position', 'producer', 'provider', 'publication', 'publisher', 'publisherImprint', 'publishingPrinciples', 'recordedAt', 'releasedEvent', 'review', 'schemaVersion', 'sourceOrganization', 'spatialCoverage', 'sponsor', 'temporalCoverage', 'text', 'thumbnailUrl', 'timeRequired', 'translationOfWork', 'translator', 'typicalAgeRange', 'version', 'video', 'workExample', 'workTranslation' ], 'validateJsonSchema' ],
1104
+            [ self::$_googleRequiredSchema, 'required', 'on' => [ 'google' ], 'message' => 'This property is required by Google.' ],
1105
+            [ self::$_googleRecommendedSchema, 'required', 'on' => [ 'google' ], 'message' => 'This property is recommended by Google.' ]
1106 1106
         ]);
1107 1107
 
1108 1108
         return $rules;
Please login to merge, or discard this patch.
src/models/jsonld/ControlAction.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   +19 added lines, -19 removed lines patch added patch discarded remove patch
@@ -60,35 +60,35 @@  discard block
 block discarded – undo
60 60
      *
61 61
      * @var array
62 62
      */
63
-    static public $schemaPropertyNames = [];
63
+    static public $schemaPropertyNames = [ ];
64 64
 
65 65
     /**
66 66
      * The Schema.org composed Property Expected Types
67 67
      *
68 68
      * @var array
69 69
      */
70
-    static public $schemaPropertyExpectedTypes = [];
70
+    static public $schemaPropertyExpectedTypes = [ ];
71 71
 
72 72
     /**
73 73
      * The Schema.org composed Property Descriptions
74 74
      *
75 75
      * @var array
76 76
      */
77
-    static public $schemaPropertyDescriptions = [];
77
+    static public $schemaPropertyDescriptions = [ ];
78 78
 
79 79
     /**
80 80
      * The Schema.org composed Google Required Schema for this type
81 81
      *
82 82
      * @var array
83 83
      */
84
-    static public $googleRequiredSchema = [];
84
+    static public $googleRequiredSchema = [ ];
85 85
 
86 86
     /**
87 87
      * The Schema.org composed Google Recommended Schema for this type
88 88
      *
89 89
      * @var array
90 90
      */
91
-    static public $googleRecommendedSchema = [];
91
+    static public $googleRecommendedSchema = [ ];
92 92
 
93 93
     // Public Properties
94 94
     // =========================================================================
@@ -214,17 +214,17 @@  discard block
 block discarded – undo
214 214
      * @var array
215 215
      */
216 216
     static protected $_schemaPropertyExpectedTypes = [
217
-        'actionStatus' => ['ActionStatusType'],
218
-        'agent' => ['Organization','Person'],
219
-        'endTime' => ['DateTime'],
220
-        'error' => ['Thing'],
221
-        'instrument' => ['Thing'],
222
-        'location' => ['Place','PostalAddress','Text'],
223
-        'object' => ['Thing'],
224
-        'participant' => ['Organization','Person'],
225
-        'result' => ['Thing'],
226
-        'startTime' => ['DateTime'],
227
-        'target' => ['EntryPoint']
217
+        'actionStatus' => [ 'ActionStatusType' ],
218
+        'agent' => [ 'Organization', 'Person' ],
219
+        'endTime' => [ 'DateTime' ],
220
+        'error' => [ 'Thing' ],
221
+        'instrument' => [ 'Thing' ],
222
+        'location' => [ 'Place', 'PostalAddress', 'Text' ],
223
+        'object' => [ 'Thing' ],
224
+        'participant' => [ 'Organization', 'Person' ],
225
+        'result' => [ 'Thing' ],
226
+        'startTime' => [ 'DateTime' ],
227
+        'target' => [ 'EntryPoint' ]
228 228
     ];
229 229
 
230 230
     /**
@@ -304,9 +304,9 @@  discard block
 block discarded – undo
304 304
     {
305 305
         $rules = parent::rules();
306 306
         $rules = array_merge($rules, [
307
-            [['actionStatus','agent','endTime','error','instrument','location','object','participant','result','startTime','target'], 'validateJsonSchema'],
308
-            [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
309
-            [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
307
+            [ [ 'actionStatus', 'agent', 'endTime', 'error', 'instrument', 'location', 'object', 'participant', 'result', 'startTime', 'target' ], 'validateJsonSchema' ],
308
+            [ self::$_googleRequiredSchema, 'required', 'on' => [ 'google' ], 'message' => 'This property is required by Google.' ],
309
+            [ self::$_googleRecommendedSchema, 'required', 'on' => [ 'google' ], 'message' => 'This property is recommended by Google.' ]
310 310
         ]);
311 311
 
312 312
         return $rules;
Please login to merge, or discard this patch.
src/models/jsonld/CurrencyConversionService.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   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -60,35 +60,35 @@  discard block
 block discarded – undo
60 60
      *
61 61
      * @var array
62 62
      */
63
-    static public $schemaPropertyNames = [];
63
+    static public $schemaPropertyNames = [ ];
64 64
 
65 65
     /**
66 66
      * The Schema.org composed Property Expected Types
67 67
      *
68 68
      * @var array
69 69
      */
70
-    static public $schemaPropertyExpectedTypes = [];
70
+    static public $schemaPropertyExpectedTypes = [ ];
71 71
 
72 72
     /**
73 73
      * The Schema.org composed Property Descriptions
74 74
      *
75 75
      * @var array
76 76
      */
77
-    static public $schemaPropertyDescriptions = [];
77
+    static public $schemaPropertyDescriptions = [ ];
78 78
 
79 79
     /**
80 80
      * The Schema.org composed Google Required Schema for this type
81 81
      *
82 82
      * @var array
83 83
      */
84
-    static public $googleRequiredSchema = [];
84
+    static public $googleRequiredSchema = [ ];
85 85
 
86 86
     /**
87 87
      * The Schema.org composed Google Recommended Schema for this type
88 88
      *
89 89
      * @var array
90 90
      */
91
-    static public $googleRecommendedSchema = [];
91
+    static public $googleRecommendedSchema = [ ];
92 92
 
93 93
     // Public Properties
94 94
     // =========================================================================
@@ -139,9 +139,9 @@  discard block
 block discarded – undo
139 139
      * @var array
140 140
      */
141 141
     static protected $_schemaPropertyExpectedTypes = [
142
-        'annualPercentageRate' => ['Number','QuantitativeValue'],
143
-        'feesAndCommissionsSpecification' => ['Text','URL'],
144
-        'interestRate' => ['Number','QuantitativeValue']
142
+        'annualPercentageRate' => [ 'Number', 'QuantitativeValue' ],
143
+        'feesAndCommissionsSpecification' => [ 'Text', 'URL' ],
144
+        'interestRate' => [ 'Number', 'QuantitativeValue' ]
145 145
     ];
146 146
 
147 147
     /**
@@ -213,9 +213,9 @@  discard block
 block discarded – undo
213 213
     {
214 214
         $rules = parent::rules();
215 215
         $rules = array_merge($rules, [
216
-            [['annualPercentageRate','feesAndCommissionsSpecification','interestRate'], 'validateJsonSchema'],
217
-            [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
218
-            [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
216
+            [ [ 'annualPercentageRate', 'feesAndCommissionsSpecification', 'interestRate' ], 'validateJsonSchema' ],
217
+            [ self::$_googleRequiredSchema, 'required', 'on' => [ 'google' ], 'message' => 'This property is required by Google.' ],
218
+            [ self::$_googleRecommendedSchema, 'required', 'on' => [ 'google' ], 'message' => 'This property is recommended by Google.' ]
219 219
         ]);
220 220
 
221 221
         return $rules;
Please login to merge, or discard this patch.