]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix spelling for PreConditionNotMetException 32406/head
authorDaniel Kesselberg <mail@danielkesselberg.de>
Sun, 15 May 2022 20:05:55 +0000 (22:05 +0200)
committerDaniel Kesselberg <mail@danielkesselberg.de>
Sun, 15 May 2022 20:05:55 +0000 (22:05 +0200)
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
lib/public/IDBConnection.php

index d12baa400c02b6b90f2cfe053e690bde4c7cbd88..69ede2c8438650780f359bcfd2e0cdc30ee4eb24 100644 (file)
@@ -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;