Skip to content

Commit

Permalink
deploy: 38bb986
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq committed Feb 19, 2024
1 parent dedf0ee commit 25bcc5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion classes/rex-sql.html
Original file line number Diff line number Diff line change
Expand Up @@ -5178,7 +5178,7 @@ <h5 class="phpdocumentor-tag-list__heading" id="tags">
</dt>
<dd class="phpdocumentor-tag-list__definition">

<section class="phpdocumentor-description"><p>$query</p>
<section class="phpdocumentor-description"><p>sql $query</p>
</section>

</dd>
Expand Down
2 changes: 1 addition & 1 deletion files/redaxo-main/redaxo/src/core/lib/sql/sql.php.txt
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ class rex_sql implements Iterator
*
* @return $this
*
* @psalm-taint-sink $query
* @psalm-taint-sink sql $query
* @psalm-taint-specialize
*/
public function setDBQuery($query, array $params = [], array $options = [])
Expand Down

0 comments on commit 25bcc5b

Please sign in to comment.