@@ -72,7 +72,7 @@ |
||
72 | 72 | * Get a localized entry. |
73 | 73 | * |
74 | 74 | * @param string|null $code |
75 | - * @return mixed |
|
75 | + * @return \CommerceGuys\Intl\NumberFormat\NumberFormatInterface |
|
76 | 76 | */ |
77 | 77 | public function get($code = null) |
78 | 78 | { |
@@ -4,7 +4,6 @@ |
||
4 | 4 | use CommerceGuys\Intl\NumberFormat\NumberFormat; |
5 | 5 | use CommerceGuys\Intl\NumberFormat\NumberFormatRepository; |
6 | 6 | use Propaganistas\LaravelIntl\Base\Intl; |
7 | -use ReflectionClass; |
|
8 | 7 | |
9 | 8 | class Number extends Intl |
10 | 9 | { |