1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-06 06:07:39 +02:00
This commit is contained in:
Honza Machala
2016-11-14 13:47:45 +01:00
committed by David Grudl
parent 74d0a78ec2
commit 551b576271
2 changed files with 2 additions and 2 deletions

View File

@@ -594,7 +594,7 @@ class Connection
/** /**
* Executes SQL query and fetch pairs - shortcut for query() & fetchPairs(). * Executes SQL query and fetch pairs - shortcut for query() & fetchPairs().
* @param array|mixed one or more arguments * @param array|mixed one or more arguments
* @return string * @return array
* @throws Exception * @throws Exception
*/ */
public function fetchPairs($args) public function fetchPairs($args)

View File

@@ -254,7 +254,7 @@ class dibi
/** /**
* Executes SQL query and fetch pairs - Monostate for Dibi\Connection::query() & fetchPairs(). * Executes SQL query and fetch pairs - Monostate for Dibi\Connection::query() & fetchPairs().
* @param array|mixed one or more arguments * @param array|mixed one or more arguments
* @return string * @return array
* @throws Dibi\Exception * @throws Dibi\Exception
*/ */
public static function fetchPairs($args) public static function fetchPairs($args)