Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix string parameter type hinted as integer
extractPossibleNumber in PhoneNumberUtil.php wants a string for the $number parameter as also stated in the method's documention (since a string with special charactars like '-' cannot be an integer), but was type hinted as an integer causing PHP stan errors.
- Loading branch information