Skip to content

Commit

Permalink
Update docblock.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Feb 20, 2018
1 parent 21dd7b0 commit ef1a429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Database/DriverInterface.php
Expand Up @@ -42,14 +42,14 @@ public function disconnect();
/**
* Returns correct connection resource or object that is internally used.
*
* @return mixed Connection object used internally.
* @return object Connection object used internally.
*/
public function getConnection();

/**
* Set the internal connection object.
*
* @param mixed $connection The connection instance.
* @param object $connection The connection instance.
* @return $this
*/
public function setConnection($connection);
Expand Down

0 comments on commit ef1a429

Please sign in to comment.