- 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:
Roland Häder 2022-06-19 02:10:04 +02:00
parent 2c5685c89c
commit 7bb0cb5323
No known key found for this signature in database
GPG key ID: C82EDE5DDFA0BA77
3 changed files with 130 additions and 117 deletions

View file

@ -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)
{