diff --git a/MysqliDb.php b/MysqliDb.php index 6f1e957..5ee801c 100644 --- a/MysqliDb.php +++ b/MysqliDb.php @@ -2096,7 +2096,7 @@ public function getLastError() * * @return int */ - public function getLastErrno () { + public function getLastErrno() { return $this->_stmtErrno; }