Skip to content

Commit

Permalink
Typo in Illumnate\Database\Connection::setReadPdo @param declaration
Browse files Browse the repository at this point in the history
There is a double || in the @param declaration of this method.
  • Loading branch information
Zae authored Mar 25, 2018
1 parent eccb193 commit 3a5e200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ public function setPdo($pdo)
/**
* Set the PDO connection used for reading.
*
* @param \PDO||\Closure|null $pdo
* @param \PDO|\Closure|null $pdo
* @return $this
*/
public function setReadPdo($pdo)
Expand Down

0 comments on commit 3a5e200

Please sign in to comment.