mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #32406 from nextcloud/debt/noid/psalm-warning-idbconnection
[Psalm] Fix spelling for PreConditionNotMetException
This commit is contained in:
commit
bc82fa48d1
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue