DOC Fix phpdoc on ArrayList::limit

Fixes #7781
This commit is contained in:
Damian Mooyman 2018-01-24 10:18:03 +13:00
parent 7603c6d798
commit 3fce5372b0
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A
1 changed files with 1 additions and 1 deletions

View File

@ -153,8 +153,8 @@ class ArrayList extends ViewableData implements SS_List, Filterable, Sortable, L
/**
* Get a sub-range of this dataobjectset as an array
*
* @param int $offset
* @param int $length
* @param int $offset
* @return static
*/
public function limit($length, $offset = 0)