Completed
Push — master ( d19bdc...f85d7b )
by Propa
11:20
created
src/Number.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.