Completed
Pull Request — master (#293)
by
unknown
10:48
created
src/eXpansion/Framework/GameCurrencyBundle/Plugins/Gui/BillWindow.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -132,12 +132,12 @@
 block discarded – undo
132 132
 
133 133
         $this->currencyService->sendBill(
134 134
             $bill,
135
-            function () use ($manialink, $bill) {
135
+            function() use ($manialink, $bill) {
136 136
                 $this->notifications->info("Successfully payed ".$bill->getAmount()."p to ".$bill->getReceiverlogin(),
137 137
                     [], "Success", 3500, $manialink->getUserGroup());
138 138
                 $this->closeManialink($manialink);
139 139
             },
140
-            function ($status) use ($manialink) {
140
+            function($status) use ($manialink) {
141 141
                 $this->notifications->error("Server said: ".$status,
142 142
                     [], "Error", 10500, $manialink->getUserGroup());
143 143
                 $this->closeManialink($manialink);
Please login to merge, or discard this patch.