mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Fixed typo in SS_List ->toArray() return type.
This commit is contained in:
parent
c1d500dedc
commit
b43d79cff5
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user