File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 10459
10459
'count' => 1,
10460
10460
'path' => __DIR__ . '/system/Validation/Validation.php',
10461
10461
];
10462
- $ignoreErrors[] = [
10463
- // identifier: missingType.iterableValue
10464
- 'message' => '#^Property CodeIgniter\\\\Validation\\\\Validation\\:\\:\\$rules type has no value type specified in iterable type array\\.$#',
10465
- 'count' => 1,
10466
- 'path' => __DIR__ . '/system/Validation/Validation.php',
10467
- ];
10468
10462
$ignoreErrors[] = [
10469
10463
// identifier: missingType.iterableValue
10470
10464
'message' => '#^Property CodeIgniter\\\\Validation\\\\Validation\\:\\:\\$validated type has no value type specified in iterable type array\\.$#',
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ class Validation implements ValidationInterface
51
51
/**
52
52
* Stores the actual rules that should be run against $data.
53
53
*
54
- * @var array
54
+ * @var array<array-key, array{label?: string, rules: list<string>}>
55
55
*
56
56
* [
57
57
* field1 => [
You can’t perform that action at this time.
0 commit comments