Merge pull request #7792 from open-sausages/pulls/4.0/fix-limit-phpdoc

DOC Fix phpdoc on ArrayList::limit
This commit is contained in:
Robbie Averill 2018-01-24 11:20:37 +13:00 committed by GitHub
commit 1a421dc947
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)