mirror of
https://github.com/dg/dibi.git
synced 2025-08-30 09:19:48 +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.
|
||||
*/
|
||||
public function toDataSource(): DataSource
|
||||
public function toDataSource(): self
|
||||
{
|
||||
return new self($this->__toString(), $this->connection);
|
||||
}
|
||||
|
@@ -10,7 +10,6 @@ declare(strict_types=1);
|
||||
namespace Dibi\Drivers;
|
||||
|
||||
use Dibi;
|
||||
use Dibi\Connection;
|
||||
use Dibi\Helpers;
|
||||
|
||||
|
||||
|
@@ -10,7 +10,6 @@ declare(strict_types=1);
|
||||
namespace Dibi\Reflection;
|
||||
|
||||
use Dibi;
|
||||
use Dibi\Type;
|
||||
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user