Skip to content

Commit

Permalink
Merge pull request #44966 from nextcloud/fix/add-missing-docblock-par…
Browse files Browse the repository at this point in the history
…ameter-querybuilder

chore: Add missing parameter to docblock tag psalm-taint-sink
  • Loading branch information
come-nc authored Apr 23, 2024
2 parents aa4e0bb + 6d291ac commit 9a51d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/public/DB/QueryBuilder/IQueryBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ public function createParameter($name);
* @return IQueryFunction
* @since 8.2.0
*
* @psalm-taint-sink sql
* @psalm-taint-sink sql $call
*/
public function createFunction($call);

Expand Down

0 comments on commit 9a51d29

Please sign in to comment.