Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit cfda6b9

Browse files
committed
Quality: Add a missing void return statement.
1 parent 494e64c commit cfda6b9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

DalStatement.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,8 @@ class DalStatement implements IDal\WrapperStatement
202202
public function __construct(IDal\WrapperStatement $statement)
203203
{
204204
$this->setStatement($statement);
205+
206+
return;
205207
}
206208

207209
/**

0 commit comments

Comments
 (0)