Skip to content

Commit

Permalink
removed parameter from comment doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ritesh-pandey committed Sep 1, 2015
1 parent 73d5e21 commit bf157f1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/I18n/Number.php
Expand Up @@ -317,12 +317,7 @@ public static function formatter($options = [])
/**
* Returns a formatted integer as an ordinal number string (e.g. 1st, 2nd, 3rd, 4th, [...])
*
* ### Options
*
* - `locale` - The locale name to use for parsing the number, e.g. fr_FR
*
* @param string $value An integer or integer string.
* @param array $options An array with options.
* @param int|float $value An integer
* @return string
*/
public static function ordinal($value)
Expand Down

0 comments on commit bf157f1

Please sign in to comment.