diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-10-09 14:33:17 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-10-12 11:10:09 +0200 |
commit | 2664c7f75fb0008356c6ab03aba991db4c445860 (patch) | |
tree | 2199e401fc70ff5dcc2e2e50a4da158c0670374c /apps/contactsinteraction | |
parent | a1b351036c62e5557ff4f718a919188d23db7332 (diff) | |
download | nextcloud-server-2664c7f75fb0008356c6ab03aba991db4c445860.tar.gz nextcloud-server-2664c7f75fb0008356c6ab03aba991db4c445860.zip |
Type some of the core mappers
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/contactsinteraction')
-rw-r--r-- | apps/contactsinteraction/lib/Db/RecentContactMapper.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/contactsinteraction/lib/Db/RecentContactMapper.php b/apps/contactsinteraction/lib/Db/RecentContactMapper.php index 19cd30ea701..40605d130ff 100644 --- a/apps/contactsinteraction/lib/Db/RecentContactMapper.php +++ b/apps/contactsinteraction/lib/Db/RecentContactMapper.php @@ -30,6 +30,9 @@ use OCP\AppFramework\Db\QBMapper; use OCP\IDBConnection; use OCP\IUser; +/** + * @template-extends QBMapper<RecentContact> + */ class RecentContactMapper extends QBMapper { public const TABLE_NAME = 'recent_contact'; |