mirror of
https://github.com/dg/dibi.git
synced 2025-08-05 05:37:39 +02:00
Typos (#242)
This commit is contained in:
committed by
David Grudl
parent
74d0a78ec2
commit
551b576271
@@ -594,7 +594,7 @@ class Connection
|
||||
/**
|
||||
* Executes SQL query and fetch pairs - shortcut for query() & fetchPairs().
|
||||
* @param array|mixed one or more arguments
|
||||
* @return string
|
||||
* @return array
|
||||
* @throws Exception
|
||||
*/
|
||||
public function fetchPairs($args)
|
||||
|
@@ -254,7 +254,7 @@ class dibi
|
||||
/**
|
||||
* Executes SQL query and fetch pairs - Monostate for Dibi\Connection::query() & fetchPairs().
|
||||
* @param array|mixed one or more arguments
|
||||
* @return string
|
||||
* @return array
|
||||
* @throws Dibi\Exception
|
||||
*/
|
||||
public static function fetchPairs($args)
|
||||
|
Reference in New Issue
Block a user