mirror of
https://github.com/dg/dibi.git
synced 2025-08-09 07:37:08 +02:00
typo
This commit is contained in:
@@ -245,7 +245,7 @@ class DibiResult extends DibiObject implements IDataSource
|
||||
* Fetches all records from table.
|
||||
* @param int offset
|
||||
* @param int limit
|
||||
* @return array of DibiRow
|
||||
* @return DibiRow[]
|
||||
*/
|
||||
final public function fetchAll($offset = NULL, $limit = NULL)
|
||||
{
|
||||
|
Reference in New Issue
Block a user