diff options
Diffstat (limited to 'library/intl/src/NumberFormat/NumberFormatRepositoryInterface.php')
-rw-r--r-- | library/intl/src/NumberFormat/NumberFormatRepositoryInterface.php | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/library/intl/src/NumberFormat/NumberFormatRepositoryInterface.php b/library/intl/src/NumberFormat/NumberFormatRepositoryInterface.php deleted file mode 100644 index ff162b522..000000000 --- a/library/intl/src/NumberFormat/NumberFormatRepositoryInterface.php +++ /dev/null @@ -1,19 +0,0 @@ -<?php - -namespace CommerceGuys\Intl\NumberFormat; - -/** - * Number format repository interface. - */ -interface NumberFormatRepositoryInterface -{ - /** - * Returns a number format instance for the provided locale. - * - * @param string $locale The locale (i.e. fr-FR). - * @param string $fallbackLocale A fallback locale (i.e "en"). - * - * @return NumberFormatInterface - */ - public function get($locale, $fallbackLocale = null); -} |