mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 16:13:50 +00:00
upgrade php-cs 3.49
This commit is contained in:
@@ -66,7 +66,7 @@ final class PhonenumberHelper implements PhoneNumberHelperInterface
|
||||
*
|
||||
* @throws NumberParseException
|
||||
*/
|
||||
public function format(PhoneNumber $phoneNumber = null): string
|
||||
public function format(?PhoneNumber $phoneNumber = null): string
|
||||
{
|
||||
if (null === $phoneNumber) {
|
||||
return '';
|
||||
|
Reference in New Issue
Block a user