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 f978d71 commit 673ff74Copy full SHA for 673ff74
system/Validation/Rules.php
@@ -441,6 +441,6 @@ public function field_exists(
441
?string $error = null,
442
?string $field = null
443
): bool {
444
- return (bool) (array_key_exists($field, $data));
+ return array_key_exists($field, $data);
445
}
446
system/Validation/StrictRules/Rules.php
@@ -389,6 +389,6 @@ public function field_exists(
389
390
391
392
393
394
0 commit comments