mirror of
https://github.com/dg/dibi.git
synced 2025-08-06 06:07:39 +02:00
typo
This commit is contained in:
@@ -590,7 +590,7 @@ class DibiConnection extends DibiObject
|
||||
/**
|
||||
* Executes SQL query and fetch results - shortcut for query() & fetchAll().
|
||||
* @param array|mixed one or more arguments
|
||||
* @return array of DibiRow
|
||||
* @return DibiRow[]
|
||||
* @throws DibiException
|
||||
*/
|
||||
public function fetchAll($args)
|
||||
|
Reference in New Issue
Block a user