summaryrefslogtreecommitdiff
path: root/classes/prefs.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/prefs.php')
-rw-r--r--classes/prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/prefs.php b/classes/prefs.php
index 5ce1b6104..dabe5eac6 100644
--- a/classes/prefs.php
+++ b/classes/prefs.php
@@ -137,7 +137,7 @@ class Prefs {
/** @var PDO */
private $pdo;
- public static function get_instance() {
+ public static function get_instance() : Prefs {
if (self::$instance == null)
self::$instance = new self();