correct @deprecated docblock to be Draft PSR-5 compliant

This commit is contained in:
NightjarNZ 2018-10-18 22:12:06 +13:00
parent 5eacbe7842
commit c2569099ce
1 changed files with 1 additions and 1 deletions

View File

@ -611,7 +611,7 @@ class SQLite3Database extends Database
/**
* Inspect a SQL query prior to execution
* @deprecated 2..3
* @deprecated 2.2.0:3.0.0
* @param string $sql
*/
protected function inspectQuery($sql)