Skip to content

Commit

Permalink
chore: Add missing parameter to docblock tag psalm-taint-sink
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
  • Loading branch information
come-nc committed Apr 22, 2024
1 parent deac58a commit 6d291ac
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 6d291ac

Please sign in to comment.