Skip to content

Commit 6ced044

Browse files
milwad-devgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 7415423 commit 6ced044

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Utils/CountryPhoneCallback.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ class CountryPhoneCallback
77
/**
88
* Create a new phone validator instance.
99
*
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
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
1212
*/
13-
public function __construct(private mixed $value, private string $code, string $attribute = null)
13+
public function __construct(private mixed $value, private string $code, ?string $attribute = null)
1414
{
1515
}
1616

0 commit comments

Comments
 (0)