Skip to content

Commit

Permalink
Merge pull request PrestaShop#22183 from ksaandev/ksaandev-patch-1
Browse files Browse the repository at this point in the history
Fix phpDoc in Db
  • Loading branch information
PululuK authored Dec 2, 2020
2 parents 27ebed3 + cdbb52e commit e081f82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/db/Db.php
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,7 @@ public function displayError($sql = false)
*
* @param string $string SQL data which will be injected into SQL query
* @param bool $html_ok Does data contain HTML code ? (optional)
* @param bool $bq_sql Escape backticks
*
* @return string Sanitized data
*/
Expand Down

0 comments on commit e081f82

Please sign in to comment.