summaryrefslogtreecommitdiffstats
path: root/modules-available/locations/inc/openingtimes.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/locations/inc/openingtimes.inc.php')
-rw-r--r--modules-available/locations/inc/openingtimes.inc.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules-available/locations/inc/openingtimes.inc.php b/modules-available/locations/inc/openingtimes.inc.php
index 18e25063..74dae7c3 100644
--- a/modules-available/locations/inc/openingtimes.inc.php
+++ b/modules-available/locations/inc/openingtimes.inc.php
@@ -11,9 +11,8 @@ class OpeningTimes
* "openingtime": "8:00",
* "closingtime": "20:00"
* }</pre>
- * @return array|null
*/
- public static function forLocation(int $locationId)
+ public static function forLocation(int $locationId): ?array
{
static $openingTimesList = false;
if ($openingTimesList === false) {