Skip to content

Commit 7f5c2b6

Browse files
committed
Update CountryPhoneCallback.php
1 parent 7272e72 commit 7f5c2b6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Utils/CountryPhoneCallback.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ class CountryPhoneCallback
66
{
77
/**
88
* Create a new phone validator instance.
9-
*
10-
* @param mixed $value The phone number to validate.
11-
* @param string $code The country codes to validate against. String can be separated by comma
129
*/
1310
public function __construct(private mixed $value, private string $code, ?string $attribute = null)
1411
{
@@ -155,8 +152,6 @@ protected function validateZH(): false|int
155152
/**
156153
* Call the phone validator method for each country code and return the results.
157154
*
158-
* @return array An array of validation results, where each key is a country code and the value is either `true` or `false`.
159-
*
160155
* @throws \BadMethodCallException if the validator method for a country code does not exist.
161156
*/
162157
public function callPhoneValidator(): array

0 commit comments

Comments
 (0)