diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-09-14 15:50:55 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-02 08:09:28 +0200 |
commit | 3f594fc1b7fbd34461d9fdfba71f416abb935e25 (patch) | |
tree | 03b74c972041d827a62c1ace6b05283a18a8c92d /lib/public/AppFramework/Db | |
parent | 40fdff5b8073f370daf347f24d9d95d111e62b96 (diff) | |
download | nextcloud-server-3f594fc1b7fbd34461d9fdfba71f416abb935e25.tar.gz nextcloud-server-3f594fc1b7fbd34461d9fdfba71f416abb935e25.zip |
Document possibly thrown excption of QBMapper::insertOrUpdate
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/public/AppFramework/Db')
-rw-r--r-- | lib/public/AppFramework/Db/QBMapper.php | 1 |
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 */ |