|
261 | 261 | 'count' => 1,
|
262 | 262 | 'path' => __DIR__ . '/system/BaseModel.php',
|
263 | 263 | ];
|
264 |
| -$ignoreErrors[] = [ |
265 |
| - 'message' => '#^Property CodeIgniter\\\\BaseModel\\:\\:\\$afterDelete type has no value type specified in iterable type array\\.$#', |
266 |
| - 'count' => 1, |
267 |
| - 'path' => __DIR__ . '/system/BaseModel.php', |
268 |
| -]; |
269 |
| -$ignoreErrors[] = [ |
270 |
| - 'message' => '#^Property CodeIgniter\\\\BaseModel\\:\\:\\$afterFind type has no value type specified in iterable type array\\.$#', |
271 |
| - 'count' => 1, |
272 |
| - 'path' => __DIR__ . '/system/BaseModel.php', |
273 |
| -]; |
274 |
| -$ignoreErrors[] = [ |
275 |
| - 'message' => '#^Property CodeIgniter\\\\BaseModel\\:\\:\\$afterInsert type has no value type specified in iterable type array\\.$#', |
276 |
| - 'count' => 1, |
277 |
| - 'path' => __DIR__ . '/system/BaseModel.php', |
278 |
| -]; |
279 |
| -$ignoreErrors[] = [ |
280 |
| - 'message' => '#^Property CodeIgniter\\\\BaseModel\\:\\:\\$afterInsertBatch type has no value type specified in iterable type array\\.$#', |
281 |
| - 'count' => 1, |
282 |
| - 'path' => __DIR__ . '/system/BaseModel.php', |
283 |
| -]; |
284 |
| -$ignoreErrors[] = [ |
285 |
| - 'message' => '#^Property CodeIgniter\\\\BaseModel\\:\\:\\$afterUpdate type has no value type specified in iterable type array\\.$#', |
286 |
| - 'count' => 1, |
287 |
| - 'path' => __DIR__ . '/system/BaseModel.php', |
288 |
| -]; |
289 |
| -$ignoreErrors[] = [ |
290 |
| - 'message' => '#^Property CodeIgniter\\\\BaseModel\\:\\:\\$afterUpdateBatch type has no value type specified in iterable type array\\.$#', |
291 |
| - 'count' => 1, |
292 |
| - 'path' => __DIR__ . '/system/BaseModel.php', |
293 |
| -]; |
294 |
| -$ignoreErrors[] = [ |
295 |
| - 'message' => '#^Property CodeIgniter\\\\BaseModel\\:\\:\\$beforeDelete type has no value type specified in iterable type array\\.$#', |
296 |
| - 'count' => 1, |
297 |
| - 'path' => __DIR__ . '/system/BaseModel.php', |
298 |
| -]; |
299 |
| -$ignoreErrors[] = [ |
300 |
| - 'message' => '#^Property CodeIgniter\\\\BaseModel\\:\\:\\$beforeFind type has no value type specified in iterable type array\\.$#', |
301 |
| - 'count' => 1, |
302 |
| - 'path' => __DIR__ . '/system/BaseModel.php', |
303 |
| -]; |
304 |
| -$ignoreErrors[] = [ |
305 |
| - 'message' => '#^Property CodeIgniter\\\\BaseModel\\:\\:\\$beforeInsert type has no value type specified in iterable type array\\.$#', |
306 |
| - 'count' => 1, |
307 |
| - 'path' => __DIR__ . '/system/BaseModel.php', |
308 |
| -]; |
309 |
| -$ignoreErrors[] = [ |
310 |
| - 'message' => '#^Property CodeIgniter\\\\BaseModel\\:\\:\\$beforeInsertBatch type has no value type specified in iterable type array\\.$#', |
311 |
| - 'count' => 1, |
312 |
| - 'path' => __DIR__ . '/system/BaseModel.php', |
313 |
| -]; |
314 |
| -$ignoreErrors[] = [ |
315 |
| - 'message' => '#^Property CodeIgniter\\\\BaseModel\\:\\:\\$beforeUpdate type has no value type specified in iterable type array\\.$#', |
316 |
| - 'count' => 1, |
317 |
| - 'path' => __DIR__ . '/system/BaseModel.php', |
318 |
| -]; |
319 |
| -$ignoreErrors[] = [ |
320 |
| - 'message' => '#^Property CodeIgniter\\\\BaseModel\\:\\:\\$beforeUpdateBatch type has no value type specified in iterable type array\\.$#', |
321 |
| - 'count' => 1, |
322 |
| - 'path' => __DIR__ . '/system/BaseModel.php', |
323 |
| -]; |
324 | 264 | $ignoreErrors[] = [
|
325 | 265 | 'message' => '#^Strict comparison using \\!\\=\\= between mixed and null will always evaluate to true\\.$#',
|
326 | 266 | 'count' => 1,
|
@@ -11281,71 +11221,11 @@
|
11281 | 11221 | 'count' => 1,
|
11282 | 11222 | 'path' => __DIR__ . '/tests/_support/Models/EventModel.php',
|
11283 | 11223 | ];
|
11284 |
| -$ignoreErrors[] = [ |
11285 |
| - 'message' => '#^Property Tests\\\\Support\\\\Models\\\\EventModel\\:\\:\\$afterDelete type has no value type specified in iterable type array\\.$#', |
11286 |
| - 'count' => 1, |
11287 |
| - 'path' => __DIR__ . '/tests/_support/Models/EventModel.php', |
11288 |
| -]; |
11289 |
| -$ignoreErrors[] = [ |
11290 |
| - 'message' => '#^Property Tests\\\\Support\\\\Models\\\\EventModel\\:\\:\\$afterFind type has no value type specified in iterable type array\\.$#', |
11291 |
| - 'count' => 1, |
11292 |
| - 'path' => __DIR__ . '/tests/_support/Models/EventModel.php', |
11293 |
| -]; |
11294 |
| -$ignoreErrors[] = [ |
11295 |
| - 'message' => '#^Property Tests\\\\Support\\\\Models\\\\EventModel\\:\\:\\$afterInsert type has no value type specified in iterable type array\\.$#', |
11296 |
| - 'count' => 1, |
11297 |
| - 'path' => __DIR__ . '/tests/_support/Models/EventModel.php', |
11298 |
| -]; |
11299 |
| -$ignoreErrors[] = [ |
11300 |
| - 'message' => '#^Property Tests\\\\Support\\\\Models\\\\EventModel\\:\\:\\$afterInsertBatch type has no value type specified in iterable type array\\.$#', |
11301 |
| - 'count' => 1, |
11302 |
| - 'path' => __DIR__ . '/tests/_support/Models/EventModel.php', |
11303 |
| -]; |
11304 |
| -$ignoreErrors[] = [ |
11305 |
| - 'message' => '#^Property Tests\\\\Support\\\\Models\\\\EventModel\\:\\:\\$afterUpdate type has no value type specified in iterable type array\\.$#', |
11306 |
| - 'count' => 1, |
11307 |
| - 'path' => __DIR__ . '/tests/_support/Models/EventModel.php', |
11308 |
| -]; |
11309 |
| -$ignoreErrors[] = [ |
11310 |
| - 'message' => '#^Property Tests\\\\Support\\\\Models\\\\EventModel\\:\\:\\$afterUpdateBatch type has no value type specified in iterable type array\\.$#', |
11311 |
| - 'count' => 1, |
11312 |
| - 'path' => __DIR__ . '/tests/_support/Models/EventModel.php', |
11313 |
| -]; |
11314 |
| -$ignoreErrors[] = [ |
11315 |
| - 'message' => '#^Property Tests\\\\Support\\\\Models\\\\EventModel\\:\\:\\$beforeDelete type has no value type specified in iterable type array\\.$#', |
11316 |
| - 'count' => 1, |
11317 |
| - 'path' => __DIR__ . '/tests/_support/Models/EventModel.php', |
11318 |
| -]; |
11319 |
| -$ignoreErrors[] = [ |
11320 |
| - 'message' => '#^Property Tests\\\\Support\\\\Models\\\\EventModel\\:\\:\\$beforeFind type has no value type specified in iterable type array\\.$#', |
11321 |
| - 'count' => 1, |
11322 |
| - 'path' => __DIR__ . '/tests/_support/Models/EventModel.php', |
11323 |
| -]; |
11324 | 11224 | $ignoreErrors[] = [
|
11325 | 11225 | 'message' => '#^Property Tests\\\\Support\\\\Models\\\\EventModel\\:\\:\\$beforeFindReturnData has no type specified\\.$#',
|
11326 | 11226 | 'count' => 1,
|
11327 | 11227 | 'path' => __DIR__ . '/tests/_support/Models/EventModel.php',
|
11328 | 11228 | ];
|
11329 |
| -$ignoreErrors[] = [ |
11330 |
| - 'message' => '#^Property Tests\\\\Support\\\\Models\\\\EventModel\\:\\:\\$beforeInsert type has no value type specified in iterable type array\\.$#', |
11331 |
| - 'count' => 1, |
11332 |
| - 'path' => __DIR__ . '/tests/_support/Models/EventModel.php', |
11333 |
| -]; |
11334 |
| -$ignoreErrors[] = [ |
11335 |
| - 'message' => '#^Property Tests\\\\Support\\\\Models\\\\EventModel\\:\\:\\$beforeInsertBatch type has no value type specified in iterable type array\\.$#', |
11336 |
| - 'count' => 1, |
11337 |
| - 'path' => __DIR__ . '/tests/_support/Models/EventModel.php', |
11338 |
| -]; |
11339 |
| -$ignoreErrors[] = [ |
11340 |
| - 'message' => '#^Property Tests\\\\Support\\\\Models\\\\EventModel\\:\\:\\$beforeUpdate type has no value type specified in iterable type array\\.$#', |
11341 |
| - 'count' => 1, |
11342 |
| - 'path' => __DIR__ . '/tests/_support/Models/EventModel.php', |
11343 |
| -]; |
11344 |
| -$ignoreErrors[] = [ |
11345 |
| - 'message' => '#^Property Tests\\\\Support\\\\Models\\\\EventModel\\:\\:\\$beforeUpdateBatch type has no value type specified in iterable type array\\.$#', |
11346 |
| - 'count' => 1, |
11347 |
| - 'path' => __DIR__ . '/tests/_support/Models/EventModel.php', |
11348 |
| -]; |
11349 | 11229 | $ignoreErrors[] = [
|
11350 | 11230 | 'message' => '#^Property Tests\\\\Support\\\\Models\\\\EventModel\\:\\:\\$eventData has no type specified\\.$#',
|
11351 | 11231 | 'count' => 1,
|
|
0 commit comments