From b43d79cff5193d8eb701bc69adb0e77435f3a1d5 Mon Sep 17 00:00:00 2001 From: Patrick Nelson Date: Sun, 17 May 2015 18:24:24 -0400 Subject: [PATCH] Fixed typo in SS_List ->toArray() return type. --- model/List.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/List.php b/model/List.php index 32aff0a9d..7d97d6b86 100644 --- a/model/List.php +++ b/model/List.php @@ -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();