We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 550557e commit d0baacfCopy full SHA for d0baacf
1 file changed
user_guide_src/source/libraries/validation/037.php
@@ -17,7 +17,7 @@ public function required_with($value, string $params, array $data): bool
17
18
// Still here? Then we fail this test if
19
// any of the fields are present in $data
20
- // as $fields is the lis
+ // as $fields in the list
21
$requiredFields = [];
22
23
foreach ($params as $field) {
0 commit comments