diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2023-01-20 11:45:08 +0100 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2023-01-20 11:45:08 +0100 |
commit | f5c361cf44739058b79f322576a1bad2d8c142d9 (patch) | |
tree | a22217c6995751023112832d191d213e494e2fbc /lib/public/UserInterface.php | |
parent | 37bb33c5799b834dfef3fb73936bd0e5a4773fb8 (diff) | |
download | nextcloud-server-f5c361cf44739058b79f322576a1bad2d8c142d9.tar.gz nextcloud-server-f5c361cf44739058b79f322576a1bad2d8c142d9.zip |
composer run cs:fix
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'lib/public/UserInterface.php')
-rw-r--r-- | lib/public/UserInterface.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/UserInterface.php b/lib/public/UserInterface.php index c5fcc32276a..317bac1d44b 100644 --- a/lib/public/UserInterface.php +++ b/lib/public/UserInterface.php @@ -34,7 +34,6 @@ namespace OCP; * @since 4.5.0 */ interface UserInterface { - /** * Check if backend implements actions * @param int $actions bitwise-or'ed actions |