diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/venue.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/venue.php b/includes/venue.php index 0df0a58..be61272 100644 --- a/includes/venue.php +++ b/includes/venue.php @@ -89,7 +89,7 @@ if ( !class_exists('GiglogAdmin_Venue') ) { * * @psalm-return array<array-key, self> */ - static function venues_in_city(bool $city): array + static function venues_in_city(string $city): array { global $wpdb; $q = $wpdb->prepare( |