Skip to content

Commit

Permalink
DibiDataSource: removed the final keyword of the __toString() method.
Browse files Browse the repository at this point in the history
  • Loading branch information
vlki authored and dg committed Nov 2, 2009
1 parent 22b62ee commit 4b2a329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dibi/libs/DibiDataSource.php
Expand Up @@ -287,7 +287,7 @@ public function toDataSource()
* Returns SQL query.
* @return string
*/
final public function __toString()
public function __toString()
{
return $this->connection->sql('
SELECT %n', (empty($this->cols) ? '*' : $this->cols), '
Expand Down

0 comments on commit 4b2a329

Please sign in to comment.