mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
fix documentation
This commit is contained in:
parent
4d7ed0f2f5
commit
d3ee19e675
1 changed files with 2 additions and 2 deletions
|
|
@ -372,8 +372,8 @@ class OC_Contacts_Addressbook{
|
|||
/**
|
||||
* @brief Creates a URI for Addressbook
|
||||
* @param string $name name of the addressbook
|
||||
* @param array $existing the uri of the card
|
||||
* @return boolean
|
||||
* @param array $existing existing addressbook URIs
|
||||
* @return string new name
|
||||
*/
|
||||
public static function createURI($name,$existing){
|
||||
$name = strtolower($name);
|
||||
|
|
|
|||
Loading…
Reference in a new issue