Completed
Push — master ( a048f2...bbe9d4 )
by De Cramer
11s
created
Bundle/WidgetBestCheckpoints/Plugins/Gui/BestCheckpointsWidgetFactory.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -384,7 +384,6 @@
 block discarded – undo
384 384
     }
385 385
 
386 386
     /**
387
-     * @param int $index
388 387
      * @return Frame
389 388
      */
390 389
     private function createNickBox()
Please login to merge, or discard this patch.
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.