Completed
Push — master ( 9f7bd0...42ad31 )
by Jean-Christophe
01:49
created
Ubiquity/db/Database.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,6 +33,7 @@  discard block
 block discarded – undo
33 33
 	 * @param string $password
34 34
 	 * @param array $options
35 35
 	 * @param boolean|string $cache
36
+	 * @param string $dbType
36 37
 	 */
37 38
 	public function __construct($dbType,$dbName, $serverName="localhost", $port="3306", $user="root", $password="", $options=[],$cache=false) {
38 39
 		$this->dbType=$dbType;
@@ -151,7 +152,7 @@  discard block
 block discarded – undo
151 152
 
152 153
 	/**
153 154
 	 * Returns the last insert id
154
-	 * @return integer
155
+	 * @return string
155 156
 	 */
156 157
 	public function lastInserId() {
157 158
 		return $this->pdoObject->lastInsertId();
Please login to merge, or discard this patch.