mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 06:37:56 -04:00
Update PHPDoc to reflect the actual behaviour
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
d89edb28c4
commit
7246f2ace5
1 changed files with 2 additions and 2 deletions
|
|
@ -1134,8 +1134,8 @@ class CardDavBackend implements BackendInterface, SyncSupport {
|
|||
* Extract UID from vcard
|
||||
*
|
||||
* @param string $cardData the vcard raw data
|
||||
* @return string the uid or empty if none
|
||||
* @throws BadRequest
|
||||
* @return string the uid
|
||||
* @throws BadRequest if no UID is available
|
||||
*/
|
||||
private function getUID($cardData) {
|
||||
$vCard = Reader::read($cardData);
|
||||
|
|
|
|||
Loading…
Reference in a new issue