Merge pull request #32406 from nextcloud/debt/noid/psalm-warning-idbconnection

[Psalm] Fix spelling for PreConditionNotMetException
pull/32517/head
Joas Schilling 2 years ago committed by GitHub
commit bc82fa48d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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