Skip to content

Commit 542099d

Browse files
committed
docs: changed mixed to array|bool|float|int|object|string|null in CreditCardRules.php
1 parent cef790c commit 542099d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Validation/StrictRules/CreditCardRules.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function __construct()
4141
* 'cc_num' => 'valid_cc_number[visa]'
4242
* ];
4343
*
44-
* @param mixed $ccNumber
44+
* @param array|bool|float|int|object|string|null $ccNumber
4545
*/
4646
public function valid_cc_number($ccNumber, string $type): bool
4747
{

0 commit comments

Comments
 (0)