Run through pint

This commit is contained in:
2023-12-03 17:52:48 +05:00
parent 5e814d89fa
commit d060b27ea3
4 changed files with 8 additions and 18 deletions

View File

@@ -8,13 +8,10 @@ use Illuminate\Contracts\Validation\ValidationRule;
class PhoneCodeVerification implements ValidationRule
{
/**
* @param int|string $phone
*/
public function __construct(
protected int|string $phone,
) {
}
/**