diff options
Diffstat (limited to 'lib/classes/Range.php')
| -rw-r--r-- | lib/classes/Range.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/classes/Range.php b/lib/classes/Range.php index 97aa074..920f2ff 100644 --- a/lib/classes/Range.php +++ b/lib/classes/Range.php @@ -48,7 +48,7 @@ interface Range * @param string|null $user_id Optional id of a user, defaults to current user * @return bool */ - public function isAccessibleToUser($user_id = null); + public function isAccessibleToUser($user_id = null): bool; /** * Decides whether the user may edit/alter the range. |
