mirror of
https://github.com/friendica/friendica
synced 2025-04-28 15:04:26 +02:00
Fix docblocks types
This commit is contained in:
parent
10b72b0e9e
commit
916236ce2f
12 changed files with 33 additions and 29 deletions
|
@ -131,7 +131,7 @@ class Group extends BaseObject
|
|||
/**
|
||||
* @brief Mark a group as deleted
|
||||
*
|
||||
* @param type $gid
|
||||
* @param int $gid
|
||||
* @return boolean
|
||||
*/
|
||||
public static function remove($gid) {
|
||||
|
@ -176,9 +176,9 @@ class Group extends BaseObject
|
|||
*
|
||||
* @deprecated Use Group::remove instead
|
||||
*
|
||||
* @param type $uid
|
||||
* @param type $name
|
||||
* @return type
|
||||
* @param int $uid
|
||||
* @param string $name
|
||||
* @return bool
|
||||
*/
|
||||
public static function removeByName($uid, $name) {
|
||||
$return = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue