Skip to content

Commit

Permalink
Fixing dockblock
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Aug 3, 2014
1 parent 4f263bc commit d2e33f7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/Utility/Number.php
Expand Up @@ -265,11 +265,8 @@ public static function defaultCurrency($currency = null) {
* - `useIntlCode` - Whether or not to replace the currency symbol with the international
* currency code.
*
*
* @param string|boolean $currency Default currency string to be used by currency()
* if $currency argument is not provided. If boolean false is passed, it will clear the
* currently stored value
* @return string Currency
* @param array $options An array with options.
* @return \NumberFormatter The configured formatter instance
*/
public static function formatter($options = []) {
$locale = isset($options['locale']) ? $options['locale'] : ini_get('intl.default_locale');
Expand Down

0 comments on commit d2e33f7

Please sign in to comment.