fix styles

This commit is contained in:
sunxyw
2022-09-09 18:59:46 +08:00
parent 8f7fd97ebe
commit 9d77d60887
10 changed files with 30 additions and 31 deletions

View File

@@ -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()
{