Lint php
parent
1af61db512
commit
d5f5334a50
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue