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
2 years ago
No known key found for this signature in database
GPG Key ID: A3E2F658B28C760A
1 changed files with
1 additions and
1 deletions
-
lib/public/DB/QueryBuilder/IQueryBuilder.php
|
|
|
@ -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); |
|
|
|
|
|
|
|
|