We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6dc7ed commit 6b72d1bCopy full SHA for 6b72d1b
system/Validation/Rules.php
@@ -443,6 +443,6 @@ public function field_exists(
443
?string $error = null,
444
?string $field = null
445
): bool {
446
- return (bool) (array_key_exists($field, $data));
+ return array_key_exists($field, $data);
447
}
448
system/Validation/StrictRules/Rules.php
@@ -419,6 +419,6 @@ public function field_exists(
419
420
421
422
423
424
0 commit comments