chore: Add missing parameter to docblock tag psalm-taint-sink

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet 2024-04-22 16:38:08 +02:00
parent deac58ab7e
commit 6d291ac260
No known key found for this signature in database
GPG Key ID: A3E2F658B28C760A
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);