Document possibly thrown excption of QBMapper::insertOrUpdate

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2018-09-14 15:50:55 +02:00 committed by Roeland Jago Douma
parent 40fdff5b80
commit 3f594fc1b7
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 1 additions and 0 deletions

View File

@ -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
*/