mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
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:
parent
deac58ab7e
commit
6d291ac260
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue