mirror of
https://github.com/dg/dibi.git
synced 2025-08-03 20:57:36 +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().
|
||||
* @param array|mixed one or more arguments
|
||||
* @return Row
|
||||
* @return Row|bool
|
||||
* @throws Exception
|
||||
*/
|
||||
public function fetch($args)
|
||||
@@ -581,7 +581,7 @@ class Connection
|
||||
/**
|
||||
* Executes SQL query and fetch first column - shortcut for query() & fetchSingle().
|
||||
* @param array|mixed one or more arguments
|
||||
* @return string
|
||||
* @return string|bool
|
||||
* @throws Exception
|
||||
*/
|
||||
public function fetchSingle($args)
|
||||
|
Reference in New Issue
Block a user