1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-18 07:52:21 +01:00

@returns => @return

This commit is contained in:
Thomas Tanghus 2014-03-20 21:52:44 +01:00
parent 4d71167d56
commit d9a1089c7d

View File

@ -421,7 +421,7 @@ class Addressbook extends AbstractPIMCollection {
* Must return a UNIX time stamp or null if the backend
* doesn't support it.
*
* @returns int | null
* @return int | null
*/
public function lastModified() {
return $this->backend->lastModifiedAddressBook($this->getId());