@@ -384,7 +384,6 @@ |
||
384 | 384 | } |
385 | 385 | |
386 | 386 | /** |
387 | - * @param int $index |
|
388 | 387 | * @return Frame |
389 | 388 | */ |
390 | 389 | private function createNickBox() |
@@ -102,7 +102,7 @@ discard block |
||
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 |
||
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, |