Skip to content

Commit

Permalink
Removed unused property
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Aug 3, 2014
1 parent 8ec91e8 commit fecb987
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/Utility/Number.php
Expand Up @@ -27,19 +27,12 @@
class Number {

/**
* A list of number formatters indexed by locale
* A list of number formatters indexed by locale and type
*
* @var array
*/
protected static $_formatters = [];

/**
* A list of currency formatters indexed by locale
*
* @var array
*/
protected static $_currencyFormatters = [];

/**
* Default currency used by Number::currency()
*
Expand Down

0 comments on commit fecb987

Please sign in to comment.