mirror of
https://github.com/friendica/friendica
synced 2025-04-27 01:10:14 +00:00
Changes:
- added more type-hints - DBStructure::existsTable() does no longer need array support for table name because this is no longer used (good work!)
This commit is contained in:
parent
2c5685c89c
commit
7bb0cb5323
3 changed files with 130 additions and 117 deletions
|
@ -30,9 +30,9 @@ class MergeContact
|
|||
/**
|
||||
* Replace all occurences of the given contact id and replace it
|
||||
*
|
||||
* @param integer $new_cid
|
||||
* @param integer $old_cid
|
||||
* @param integer $uid
|
||||
* @param integer $new_cid New contact id
|
||||
* @param integer $old_cid Old contact id
|
||||
* @param integer $uid User id
|
||||
*/
|
||||
public static function execute(int $new_cid, int $old_cid, int $uid)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue