Browse Source

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

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/44966/head
Côme Chilliet 1 week ago
parent
commit
6d291ac260
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/public/DB/QueryBuilder/IQueryBuilder.php

+ 1
- 1
lib/public/DB/QueryBuilder/IQueryBuilder.php 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);


Loading…
Cancel
Save