Merge pull request #4192 from patricknelson/pr-list-typo

Fixed typo in SS_List ->toArray() return type.
This commit is contained in:
Damian Mooyman 2015-05-18 10:26:56 +12:00
commit 07f42f179d

View File

@ -10,7 +10,7 @@ interface SS_List extends ArrayAccess, Countable, IteratorAggregate {
/** /**
* Returns all the items in the list in an array. * Returns all the items in the list in an array.
* *
* @return arary * @return array
*/ */
public function toArray(); public function toArray();