Correct typo

This commit is contained in:
Vincent 2017-02-03 14:15:25 -05:00
parent 2af587dcc3
commit 40daaa5fc3

View file

@ -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)
{