Browse Source

Forgot to remove parameter to getter function

gregs 6 years ago
parent
commit
e50840d2b3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/I18n/Number.php

+ 2 - 2
src/I18n/Number.php

@@ -313,9 +313,9 @@ class Number
     /**
      * Getter for default currency format
      *
-     * @return string CurrencyFormat
+     * @return string Currency Format
      */
-    public static function getDefaultCurrencyFormat($currencyFormat = null)
+    public static function getDefaultCurrencyFormat()
     {
         if (static::$_defaultCurrencyFormat === null) {
             static::$_defaultCurrencyFormat = static::FORMAT_CURRENCY;