Skip to content

Commit cb5d045

Browse files
committed
docs: change type mixed to string
1 parent 70ca497 commit cb5d045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Validation/StrictRules/Rules.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ public function required_with($str = null, ?string $fields = null, array $data =
302302
*
303303
* required_without[id,email]
304304
*
305-
* @param mixed $str
305+
* @param string|null $str
306306
* @param string|null $otherFields The param fields of required_without[].
307307
* @param string|null $field This rule param fields aren't present, this field is required.
308308
*/

0 commit comments

Comments
 (0)