From 00b9e576b4ff4d15ec816849c58a4cf8d9c7520c Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Sun, 15 May 2022 22:05:55 +0200 Subject: [PATCH] Fix spelling for PreConditionNotMetException Signed-off-by: Daniel Kesselberg --- lib/public/IDBConnection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/public/IDBConnection.php b/lib/public/IDBConnection.php index d12baa400c0..69ede2c8438 100644 --- a/lib/public/IDBConnection.php +++ b/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; -- 2.39.5