mirror of
https://github.com/silverstripe/silverstripe-sqlite3
synced 2024-10-22 17:05:37 +02:00
correct @deprecated docblock to be Draft PSR-5 compliant
This commit is contained in:
parent
5eacbe7842
commit
c2569099ce
@ -611,7 +611,7 @@ class SQLite3Database extends Database
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Inspect a SQL query prior to execution
|
* Inspect a SQL query prior to execution
|
||||||
* @deprecated 2..3
|
* @deprecated 2.2.0:3.0.0
|
||||||
* @param string $sql
|
* @param string $sql
|
||||||
*/
|
*/
|
||||||
protected function inspectQuery($sql)
|
protected function inspectQuery($sql)
|
||||||
|
Loading…
Reference in New Issue
Block a user