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

Commit

Permalink
Quality: Add a missing void return statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed May 11, 2016
1 parent 494e64c commit cfda6b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DalStatement.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ class DalStatement implements IDal\WrapperStatement
public function __construct(IDal\WrapperStatement $statement)
{
$this->setStatement($statement);

return;
}

/**
Expand Down

0 comments on commit cfda6b9

Please sign in to comment.