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
|
@ -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 New Issue