mirror of
https://github.com/dg/dibi.git
synced 2025-10-28 20:28:33 +01:00
* update DibiVariableInterface
* some bugs fixed
This commit is contained in:
@@ -209,5 +209,5 @@ interface DibiVariableInterface
|
||||
* @param string optional modifier
|
||||
* @return string SQL code
|
||||
*/
|
||||
public function toSQL($driver, $modifier = NULL);
|
||||
public function toSql(DibiDriverInterface $driver, $modifier);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user