Run through pint
This commit is contained in:
@@ -8,13 +8,10 @@ use Illuminate\Contracts\Validation\ValidationRule;
|
||||
|
||||
class PhoneCodeVerification implements ValidationRule
|
||||
{
|
||||
/**
|
||||
* @param int|string $phone
|
||||
*/
|
||||
public function __construct(
|
||||
protected int|string $phone,
|
||||
) {
|
||||
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user