Remove city database to reduce package size

This commit is contained in:
David Stone
2025-02-07 23:49:22 -07:00
parent d71413886b
commit 2941c8b946
543 changed files with 22746 additions and 745243 deletions

View File

@@ -27,7 +27,7 @@ class City extends Rule {
* @since 2.0.4
* @var array
*/
protected $fillableParams = array('country', 'state'); // phpcs:ignore
protected $fillableParams = array('country', 'state');
/**
* Performs the actual check.
*
@@ -35,7 +35,7 @@ class City extends Rule {
*
* @param mixed $city The city value detected.
*/
public function check($city) : bool { // phpcs:ignore
public function check($city) : bool {
$check = true;