From d5f5334a502302951018a625b6290b1753b7f511 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Thu, 27 Oct 2022 13:57:00 -0700 Subject: [PATCH] Lint php --- lib/Util.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/Util.php b/lib/Util.php index 3fa3fea4..fa75bcf2 100644 --- a/lib/Util.php +++ b/lib/Util.php @@ -29,6 +29,8 @@ class Util /** * Check if albums are enabled for this user. + * + * @param mixed $appManager */ public static function albumsIsEnabled(&$appManager): bool { @@ -43,6 +45,8 @@ class Util /** * Check if tags is enabled for this user. + * + * @param mixed $appManager */ public static function tagsIsEnabled(&$appManager): bool { @@ -51,6 +55,8 @@ class Util /** * Check if recognize is enabled for this user. + * + * @param mixed $appManager */ public static function recognizeIsEnabled(&$appManager): bool {