diff options
author | Daniel Kesselberg <mail@danielkesselberg.de> | 2022-05-15 22:05:55 +0200 |
---|---|---|
committer | Daniel Kesselberg <mail@danielkesselberg.de> | 2022-05-15 22:05:55 +0200 |
commit | 00b9e576b4ff4d15ec816849c58a4cf8d9c7520c (patch) | |
tree | bd25dd2d13ba749a3402130f5cb53ff425b1fdbd /lib/public | |
parent | acb4f6089514801a79753451ba1c87a5abc919b9 (diff) | |
download | nextcloud-server-00b9e576b4ff4d15ec816849c58a4cf8d9c7520c.tar.gz nextcloud-server-00b9e576b4ff4d15ec816849c58a4cf8d9c7520c.zip |
Fix spelling for PreConditionNotMetException
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/IDBConnection.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; |