diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2014-05-10 22:32:13 +0200 |
---|---|---|
committer | Robin McCorkell <rmccorkell@karoshi.org.uk> | 2014-05-13 19:08:14 +0100 |
commit | 7e448a376f96b31dc9c41d0e0ff6492aa8c9f8ca (patch) | |
tree | acd8f58379ee594335a12d790b3decc4fd7dd87d /lib/private/group/backend.php | |
parent | 3bed3d2a23748f40c041d9daf9af26a2e16fe03b (diff) | |
download | nextcloud-server-7e448a376f96b31dc9c41d0e0ff6492aa8c9f8ca.tar.gz nextcloud-server-7e448a376f96b31dc9c41d0e0ff6492aa8c9f8ca.zip |
Fix PHPDoc and typos
Some things my IDE complained about while creating a custom backend.
Fix PHPDoc and typos
Some things my IDE complained about while creating a custom backend.
Conflicts:
lib/private/group/database.php
lib/private/group/dummy.php
lib/private/group/example.php
Diffstat (limited to 'lib/private/group/backend.php')
-rw-r--r-- | lib/private/group/backend.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/group/backend.php b/lib/private/group/backend.php index c1de99bca58..38522d0c43c 100644 --- a/lib/private/group/backend.php +++ b/lib/private/group/backend.php @@ -69,7 +69,7 @@ abstract class OC_Group_Backend implements OC_Group_Interface { /** * @brief Check if backend implements actions * @param int $actions bitwise-or'ed actions - * @return boolean + * @return bool * * Returns the supported actions as int to be * compared with OC_GROUP_BACKEND_CREATE_GROUP etc. |