We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 633b6d8 commit ce12004Copy full SHA for ce12004
src/Utils/CountryPhoneCallback.php
@@ -71,7 +71,7 @@ public function callPhoneValidator(): array
71
$codes = array_map('strtoupper', $codes);
72
73
foreach ($codes as $code) {
74
- $methodName = 'validate' . $code;
+ $methodName = 'validate'.$code;
75
76
if (method_exists($this, $methodName)) {
77
$results[$code] = $this->{$methodName}();
0 commit comments