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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-09-14 16:50:55 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-10-02 09:09:28 +0300
commit3f594fc1b7fbd34461d9fdfba71f416abb935e25 (patch)
tree03b74c972041d827a62c1ace6b05283a18a8c92d /lib
parent40fdff5b8073f370daf347f24d9d95d111e62b96 (diff)
Document possibly thrown excption of QBMapper::insertOrUpdate
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib')
-rw-r--r--lib/public/AppFramework/Db/QBMapper.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/AppFramework/Db/QBMapper.php b/lib/public/AppFramework/Db/QBMapper.php
index b8ebd379b4d..dbc47d2d43d 100644
--- a/lib/public/AppFramework/Db/QBMapper.php
+++ b/lib/public/AppFramework/Db/QBMapper.php
@@ -131,6 +131,7 @@ abstract class QBMapper {
*
* @param Entity $entity the entity that should be created/updated
* @return Entity the saved entity with the (new) id
+ * @throws \InvalidArgumentException if entity has no id
* @since 15.0.0
* @suppress SqlInjectionChecker
*/