mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 16:13:50 +00:00
work in progress
This commit is contained in:
@@ -139,7 +139,7 @@ final class PhonenumberHelper implements PhoneNumberHelperInterface
|
||||
}
|
||||
|
||||
/**
|
||||
* REturn true if the phoennumber is a mobile phone. Return always true
|
||||
* REturn true if the phonenumber is a mobile phone. Return always true
|
||||
* if the validation is not configured.
|
||||
*
|
||||
* @param string $phonenumber
|
||||
|
@@ -25,7 +25,7 @@ final class Templating extends AbstractExtension
|
||||
|
||||
public function formatPhonenumber(string $phonenumber): string
|
||||
{
|
||||
return $this->phonenumberHelper->format($phonenumber) ?? $phonenumber;
|
||||
return $this->phonenumberHelper->format($phonenumber);
|
||||
}
|
||||
|
||||
public function getFilters()
|
||||
|
Reference in New Issue
Block a user