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 6eea3fa commit b8dc735Copy full SHA for b8dc735
src/Utils/CountryPhoneCallback.php
@@ -11,7 +11,7 @@ class CountryPhoneCallback
11
* @param string $code The country codes to validate against. String can be separated by comma
12
* @param string|null $attribute
13
*/
14
- public function __construct(private mixed $value, private string $code, string|null $attribute = null)
+ public function __construct(private mixed $value, private string $code, string $attribute = null)
15
{
16
}
17
0 commit comments