Merge pull request #27104 from nextcloud/properly-name-execute

[Quick Review] executeUpdate is also deprecated
This commit is contained in:
kesselb 2021-05-25 20:44:51 +02:00 committed by GitHub
commit 1b21b173e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ interface IQueryBuilder {
* @return IResult|int
* @throws Exception since 21.0.0
* @since 8.2.0
* @deprecated 22.0.0 Use executeQuery or executeUpdate
* @deprecated 22.0.0 Use executeQuery or executeStatement
*/
public function execute();