Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Db/SessionMapper.php')
-rw-r--r--lib/Db/SessionMapper.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/Db/SessionMapper.php b/lib/Db/SessionMapper.php
index 4849e9e6a..da264724c 100644
--- a/lib/Db/SessionMapper.php
+++ b/lib/Db/SessionMapper.php
@@ -29,10 +29,7 @@ use OCP\AppFramework\Db\QBMapper;
use OCP\DB\QueryBuilder\IQueryBuilder;
use OCP\IDBConnection;
-/**
- * @method Session update(Session $session)
- * @method Session insert(Session $session)
- */
+/** @extends QBMapper<Session> */
class SessionMapper extends QBMapper {
public function __construct(IDBConnection $db) {
parent::__construct($db, 'text_sessions', Session::class);