odolbeau / phone-number-bundle

Integrates libphonenumber into your Symfony application
MIT License
217 stars 43 forks source link

Avoid php 8.1 deprecation. #107

Closed VincentLanglet closed 2 years ago

VincentLanglet commented 2 years ago

HI @odolbeau

I'm getting a deprecation

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /Users/vincentlanglet/VenteUnique/v8/vendor/odolbeau/phone-number-bundle/src/Form/DataTransformer/PhoneNumberToArrayTransformer.php on line 79

This would solve the deprecation.

maxhelias commented 2 years ago

@VincentLanglet can you please check why php-cs-fixer fail and include the fix on this PR if possible ?

VincentLanglet commented 2 years ago

@VincentLanglet can you please check why php-cs-fixer fail and include the fix on this PR if possible ?

Done @maxhelias

maxhelias commented 2 years ago

Thanks ! :)