From d7aa86ba748764db38723405ec19066a937a45c8 Mon Sep 17 00:00:00 2001 From: Joe Dolson Date: Wed, 25 Sep 2024 11:02:59 -0500 Subject: [PATCH] Remove auto-inserted whitespace --- src/my-calendar-locations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/my-calendar-locations.php b/src/my-calendar-locations.php index 302db868..987e80b3 100644 --- a/src/my-calendar-locations.php +++ b/src/my-calendar-locations.php @@ -336,7 +336,7 @@ function mc_count_locations() { * * @param int $location Location ID. * - * @return int + * @return int */ function mc_count_location_events( $location ) { global $wpdb;