mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-21 23:55:35 +08:00
fix styles
This commit is contained in:
@@ -45,8 +45,8 @@ class DBStatementWrapper
|
||||
|
||||
/**
|
||||
* wrapper method
|
||||
*@throws DBException
|
||||
* @return array|false|mixed
|
||||
*@throws DBException
|
||||
*/
|
||||
public function fetchNumeric()
|
||||
{
|
||||
@@ -59,8 +59,8 @@ class DBStatementWrapper
|
||||
|
||||
/**
|
||||
* wrapper method
|
||||
*@throws DBException
|
||||
* @return array|false|mixed
|
||||
*@throws DBException
|
||||
*/
|
||||
public function fetchAssociative()
|
||||
{
|
||||
@@ -73,8 +73,8 @@ class DBStatementWrapper
|
||||
|
||||
/**
|
||||
* wrapper method
|
||||
*@throws DBException
|
||||
* @return false|mixed
|
||||
*@throws DBException
|
||||
*/
|
||||
public function fetchOne()
|
||||
{
|
||||
@@ -217,8 +217,8 @@ class DBStatementWrapper
|
||||
|
||||
/**
|
||||
* wrapper method
|
||||
* @throws DBException
|
||||
* @return int
|
||||
* @throws DBException
|
||||
*/
|
||||
public function rowCount()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user