mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-20 15:15:35 +08:00
cs-fix
This commit is contained in:
@@ -13,9 +13,7 @@ use Doctrine\DBAL\ParameterType;
|
||||
|
||||
class DBStatement implements \IteratorAggregate, Statement
|
||||
{
|
||||
public function __construct(private \PDOStatement $statement)
|
||||
{
|
||||
}
|
||||
public function __construct(private \PDOStatement $statement) {}
|
||||
|
||||
public function closeCursor()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user