Skip to content

Commit 9a51d29

Browse files
authored
Merge pull request #44966 from nextcloud/fix/add-missing-docblock-parameter-querybuilder
chore: Add missing parameter to docblock tag psalm-taint-sink
2 parents aa4e0bb + 6d291ac commit 9a51d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/public/DB/QueryBuilder/IQueryBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ public function createParameter($name);
990990
* @return IQueryFunction
991991
* @since 8.2.0
992992
*
993-
* @psalm-taint-sink sql
993+
* @psalm-taint-sink sql $call
994994
*/
995995
public function createFunction($call);
996996

0 commit comments

Comments
 (0)