Merge pull request #44966 from nextcloud/fix/add-missing-docblock-parameter-querybuilder

chore: Add missing parameter to docblock tag psalm-taint-sink
This commit is contained in:
Côme Chilliet 2024-04-23 11:14:02 +02:00 committed by GitHub
commit 9a51d295c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -990,7 +990,7 @@ interface IQueryBuilder {
* @return IQueryFunction
* @since 8.2.0
*
* @psalm-taint-sink sql
* @psalm-taint-sink sql $call
*/
public function createFunction($call);