mirror of
https://github.com/dg/dibi.git
synced 2025-08-04 13:17:58 +02:00
DibiDataSource: removed the final keyword of the __toString() method.
This commit is contained in:
@@ -287,7 +287,7 @@ class DibiDataSource extends DibiObject implements IDataSource
|
|||||||
* Returns SQL query.
|
* Returns SQL query.
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
final public function __toString()
|
public function __toString()
|
||||||
{
|
{
|
||||||
return $this->connection->sql('
|
return $this->connection->sql('
|
||||||
SELECT %n', (empty($this->cols) ? '*' : $this->cols), '
|
SELECT %n', (empty($this->cols) ? '*' : $this->cols), '
|
||||||
|
Reference in New Issue
Block a user