Correct typo
This commit is contained in:
parent
2af587dcc3
commit
40daaa5fc3
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue