mirror of
https://github.com/dg/dibi.git
synced 2025-08-06 14:16:39 +02:00
typos (#243)
This commit is contained in:
committed by
David Grudl
parent
551b576271
commit
8860268791
@@ -555,7 +555,7 @@ class Connection
|
|||||||
/**
|
/**
|
||||||
* Executes SQL query and fetch result - shortcut for query() & fetch().
|
* Executes SQL query and fetch result - shortcut for query() & fetch().
|
||||||
* @param array|mixed one or more arguments
|
* @param array|mixed one or more arguments
|
||||||
* @return Row
|
* @return Row|bool
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
public function fetch($args)
|
public function fetch($args)
|
||||||
@@ -581,7 +581,7 @@ class Connection
|
|||||||
/**
|
/**
|
||||||
* Executes SQL query and fetch first column - shortcut for query() & fetchSingle().
|
* Executes SQL query and fetch first column - shortcut for query() & fetchSingle().
|
||||||
* @param array|mixed one or more arguments
|
* @param array|mixed one or more arguments
|
||||||
* @return string
|
* @return string|bool
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
public function fetchSingle($args)
|
public function fetchSingle($args)
|
||||||
|
Reference in New Issue
Block a user