reorder abstract methods
This commit is contained in:
parent
953a75c5ff
commit
fe530cf590
@ -283,11 +283,11 @@ abstract class AbstractPool implements Pool
|
||||
return $statement;
|
||||
}
|
||||
|
||||
abstract protected function defaultConnector(): Connector;
|
||||
|
||||
abstract protected function newPooledStatement(Pool $pool, Statement $statement, callable $prepare): Statement;
|
||||
|
||||
abstract protected function pop(): \Generator;
|
||||
|
||||
abstract protected function push(Connection $connection);
|
||||
|
||||
abstract protected function defaultConnector(): Connector;
|
||||
|
||||
abstract protected function newPooledStatement(Pool $pool, Statement $statement, callable $prepare): Statement;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user