work in progress

This commit is contained in:
Pol Dellaiera
2022-02-15 13:55:21 +01:00
parent 4822acb6fb
commit d780d95157
8 changed files with 61 additions and 12 deletions

View File

@@ -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

View File

@@ -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()