From 40daaa5fc37ebeef4ee13f62d711d66d826934b5 Mon Sep 17 00:00:00 2001 From: Vincent Date: Fri, 3 Feb 2017 14:15:25 -0500 Subject: [PATCH] Correct typo --- src/Sort.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Sort.php b/src/Sort.php index 6d37de6..8abe013 100644 --- a/src/Sort.php +++ b/src/Sort.php @@ -48,7 +48,7 @@ class Sort * @param string $field field to sort by * @param array $array array to sort * @param string $direction optional direction to sort - * @retun boolean true because sorting is done by reference + * @return boolean true because sorting is done by reference */ public static function by($field, &$array, $direction = Sort::ASC) {