1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-30 09:19:48 +02:00

coding style

This commit is contained in:
David Grudl
2018-02-06 16:54:07 +01:00
parent 5046929e28
commit c9c104249f
3 changed files with 1 additions and 3 deletions

View File

@@ -224,7 +224,7 @@ class DataSource implements IDataSource
/**
* Returns this data source wrapped in DataSource object.
*/
public function toDataSource(): DataSource
public function toDataSource(): self
{
return new self($this->__toString(), $this->connection);
}

View File

@@ -10,7 +10,6 @@ declare(strict_types=1);
namespace Dibi\Drivers;
use Dibi;
use Dibi\Connection;
use Dibi\Helpers;

View File

@@ -10,7 +10,6 @@ declare(strict_types=1);
namespace Dibi\Reflection;
use Dibi;
use Dibi\Type;
/**