Completed
Push — master ( a048f2...bbe9d4 )
by De Cramer
11s
created
src/eXpansion/Framework/GameCurrencyBundle/ChatCommand/Donate.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
102 102
 
103 103
         $this->currencyService->sendBill(
104 104
             $bill,
105
-            function () use ($bill, $login) {
105
+            function() use ($bill, $login) {
106 106
                 $player = $this->playerStorage->getPlayerInfo($login);
107 107
                 $amount = $bill->getAmount();
108 108
                 $this->chatNotification->sendMessage(
@@ -111,7 +111,7 @@  discard block
 block discarded – undo
111 111
                     ['%amount%' => $amount, '%nickname%' => $player->getNickName()]
112 112
                 );
113 113
             },
114
-            function ($error) use ($login) {
114
+            function($error) use ($login) {
115 115
                 $this->chatNotification->sendMessage(
116 116
                     'expansion_game_currency.donate.error',
117 117
                     $login,
Please login to merge, or discard this patch.