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

Commit

Permalink
Fix badly fixed phpdoc comment (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek authored Jun 11, 2020
1 parent 8f2071b commit 91481f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Expression.php
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,6 @@ public function execute(object $connection = null)
return $statement;
}

// @var Connection $connection
return $connection->execute($this);
}

Expand Down

0 comments on commit 91481f8

Please sign in to comment.