diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-05-24 22:41:13 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-05-24 22:41:21 -0400 |
commit | a2e5d022e5fd652c7e37e9d9550deb3cf2cb41c8 (patch) | |
tree | 4564133b9c4545c585384d196c77d2561d8c79d4 /app | |
parent | 5b30cd43d4c4197f40fde979e4afdd4ff2518442 (diff) |
Clean up unit tests
Diffstat (limited to 'app')
-rw-r--r-- | app/Model/Group.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Model/Group.php b/app/Model/Group.php index 67899503..24dc432b 100644 --- a/app/Model/Group.php +++ b/app/Model/Group.php @@ -80,7 +80,7 @@ class Group extends Base * * @access public * @param integer $group_id - * @return array + * @return boolean */ public function remove($group_id) { |