This commit is contained in:
2022-03-02 16:29:21 +01:00
parent 5ce62f5458
commit 15bc3e62d3
10 changed files with 67 additions and 53 deletions

View File

@@ -51,5 +51,4 @@ interface PhoneNumberHelperInterface
* if the validation is not configured.
*/
public function isValidPhonenumberMobile(string $phonenumber): bool;
}