File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments