Fix spelling for PreConditionNotMetException

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
pull/32406/head
Daniel Kesselberg 3 years ago
parent acb4f60895
commit 00b9e576b4
No known key found for this signature in database
GPG Key ID: 36E3664E099D0614
  1. 2
      lib/public/IDBConnection.php

@ -199,7 +199,7 @@ interface IDBConnection {
* @param array $updatePreconditionValues ensure values match preconditions (column name => value)
* @return int number of new rows
* @throws Exception used to be the removed dbal exception, since 21.0.0 it's \OCP\DB\Exception
* @throws PreconditionNotMetException
* @throws PreConditionNotMetException
* @since 9.0.0
*/
public function setValues($table, array $keys, array $values, array $updatePreconditionValues = []): int;

Loading…
Cancel
Save