mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Document possibly thrown excption of QBMapper::insertOrUpdate
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
40fdff5b80
commit
3f594fc1b7
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue