mirror of
https://github.com/dg/dibi.git
synced 2025-08-30 17:29:53 +02:00
coding style
This commit is contained in:
@@ -224,7 +224,7 @@ class DataSource implements IDataSource
|
|||||||
/**
|
/**
|
||||||
* Returns this data source wrapped in DataSource object.
|
* Returns this data source wrapped in DataSource object.
|
||||||
*/
|
*/
|
||||||
public function toDataSource(): DataSource
|
public function toDataSource(): self
|
||||||
{
|
{
|
||||||
return new self($this->__toString(), $this->connection);
|
return new self($this->__toString(), $this->connection);
|
||||||
}
|
}
|
||||||
|
@@ -10,7 +10,6 @@ declare(strict_types=1);
|
|||||||
namespace Dibi\Drivers;
|
namespace Dibi\Drivers;
|
||||||
|
|
||||||
use Dibi;
|
use Dibi;
|
||||||
use Dibi\Connection;
|
|
||||||
use Dibi\Helpers;
|
use Dibi\Helpers;
|
||||||
|
|
||||||
|
|
||||||
|
@@ -10,7 +10,6 @@ declare(strict_types=1);
|
|||||||
namespace Dibi\Reflection;
|
namespace Dibi\Reflection;
|
||||||
|
|
||||||
use Dibi;
|
use Dibi;
|
||||||
use Dibi\Type;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user