Browse Source

Update docblock.

ADmad 8 years ago
parent
commit
ef1a42933b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/Database/DriverInterface.php

+ 2 - 2
src/Database/DriverInterface.php

@@ -42,14 +42,14 @@ interface DriverInterface
     /**
      * 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);