Fixed typo in SS_List ->toArray() return type.

This commit is contained in:
Patrick Nelson 2015-05-17 18:24:24 -04:00
parent c1d500dedc
commit b43d79cff5

View File

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