Skip to content

Commit b8dc735

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utils/CountryPhoneCallback.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class CountryPhoneCallback
1111
* @param string $code The country codes to validate against. String can be separated by comma
1212
* @param string|null $attribute
1313
*/
14-
public function __construct(private mixed $value, private string $code, string|null $attribute = null)
14+
public function __construct(private mixed $value, private string $code, string $attribute = null)
1515
{
1616
}
1717

0 commit comments

Comments
 (0)