update libraries and run php-cs-fixer.

This commit is contained in:
2024-01-30 18:35:21 +09:00
parent b2617cd48c
commit 0e188c0380
8 changed files with 440 additions and 628 deletions

View File

@ -58,8 +58,6 @@ class Address
/**
* check wheter string is email.
*
* @param string $text email
*
* @return bool false if not email string
*/
public function validateEmail(string $email): bool