Passed
Push — master ( 19314b...2abb4b )
by Gabriel
05:40
created
src/MoneyServiceProvider.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -40,20 +40,20 @@
 block discarded – undo
40 40
 
41 41
     protected function registerCurrencies()
42 42
     {
43
-        $this->getContainer()->share('money.currencies', function () {
43
+        $this->getContainer()->share('money.currencies', function() {
44 44
             return new ISOCurrencies();
45 45
         });
46 46
     }
47 47
 
48 48
     protected function registerCurrency()
49 49
     {
50
-        $this->getContainer()->share('money.currency', function () {
50
+        $this->getContainer()->share('money.currency', function() {
51 51
         });
52 52
     }
53 53
 
54 54
     protected function registerFormatter()
55 55
     {
56
-        $this->getContainer()->share('money.formatter', function () {
56
+        $this->getContainer()->share('money.formatter', function() {
57 57
             return Manager::instance();
58 58
         });
59 59
     }
Please login to merge, or discard this patch.