@@ -121,11 +121,11 @@ |
||
| 121 | 121 | |
| 122 | 122 | |
| 123 | 123 | /** |
| 124 | - * @param $prefix |
|
| 125 | - * @param $title |
|
| 126 | - * @param $message |
|
| 124 | + * @param string $prefix |
|
| 125 | + * @param string $title |
|
| 126 | + * @param string $message |
|
| 127 | 127 | * @param $params |
| 128 | - * @param $duration |
|
| 128 | + * @param integer $duration |
|
| 129 | 129 | * @param string|Group|null $group |
| 130 | 130 | */ |
| 131 | 131 | protected function sendNotification($prefix, $title, $message, $params, $duration, $group = null) |
@@ -13,7 +13,6 @@ |
||
| 13 | 13 | use eXpansion\Framework\Core\Plugins\Gui\WindowFactory; |
| 14 | 14 | use eXpansion\Framework\Gui\Components\Button; |
| 15 | 15 | use eXpansion\Framework\Gui\Components\Label; |
| 16 | -use eXpansion\Framework\Gui\Components\Tooltip; |
|
| 17 | 16 | use FML\Controls\Control; |
| 18 | 17 | use FML\Controls\Frame; |
| 19 | 18 | use FML\Controls\Quad; |
@@ -14,7 +14,6 @@ |
||
| 14 | 14 | use eXpansion\Framework\Core\Services\DedicatedConnection\Factory; |
| 15 | 15 | use FML\Controls\Frame; |
| 16 | 16 | use FML\Script\Script; |
| 17 | -use Maniaplanet\DedicatedServer\Connection; |
|
| 18 | 17 | |
| 19 | 18 | |
| 20 | 19 | /** |
@@ -16,7 +16,6 @@ |
||
| 16 | 16 | use eXpansion\Framework\Gui\Components\Textbox; |
| 17 | 17 | use eXpansion\Framework\Gui\Components\Dropdown; |
| 18 | 18 | use FML\Controls\Frame; |
| 19 | -use Maniaplanet\DedicatedServer\Connection; |
|
| 20 | 19 | use Maniaplanet\DedicatedServer\Structures\ServerOptions; |
| 21 | 20 | |
| 22 | 21 | |
@@ -9,7 +9,6 @@ |
||
| 9 | 9 | use eXpansion\Framework\Core\Services\DedicatedConnection\Factory; |
| 10 | 10 | use eXpansion\Framework\Core\Storage\MapStorage; |
| 11 | 11 | use eXpansion\Framework\Core\Storage\PlayerStorage; |
| 12 | -use Maniaplanet\DedicatedServer\Connection; |
|
| 13 | 12 | use Psr\Log\LoggerInterface; |
| 14 | 13 | use Symfony\Component\Console\Input\InputInterface; |
| 15 | 14 | |
@@ -59,7 +59,6 @@ |
||
| 59 | 59 | * @param string $functionName |
| 60 | 60 | * @param string $parameterDescription |
| 61 | 61 | * @param AdminGroups $adminGroupsHelper |
| 62 | - * @param Connection $connection |
|
| 63 | 62 | * @param ChatNotification $chatNotification |
| 64 | 63 | * @param PlayerStorage $playerStorage |
| 65 | 64 | * @param LoggerInterface $logger |
@@ -12,7 +12,6 @@ |
||
| 12 | 12 | use eXpansion\Framework\Core\Storage\PlayerStorage; |
| 13 | 13 | use eXpansion\Framework\GameManiaplanet\DataProviders\Listener\ListenerInterfaceMpLegacyChat; |
| 14 | 14 | use eXpansion\Framework\Notifications\Services\Notifications; |
| 15 | -use Maniaplanet\DedicatedServer\Connection; |
|
| 16 | 15 | use Psr\Log\LoggerInterface; |
| 17 | 16 | |
| 18 | 17 | |
@@ -6,7 +6,6 @@ |
||
| 6 | 6 | use eXpansion\Framework\Core\Plugins\Gui\WidgetFactory; |
| 7 | 7 | use eXpansion\Framework\Core\Plugins\StatusAwarePluginInterface; |
| 8 | 8 | use eXpansion\Framework\Core\Services\DedicatedConnection\Factory; |
| 9 | -use Maniaplanet\DedicatedServer\Connection; |
|
| 10 | 9 | |
| 11 | 10 | /** |
| 12 | 11 | * Class CustomUi |
@@ -3,7 +3,6 @@ discard block |
||
| 3 | 3 | namespace eXpansion\Bundle\DeveloperTools\Plugins; |
| 4 | 4 | |
| 5 | 5 | use eXpansion\Bundle\DeveloperTools\Plugins\Gui\MemoryWidget; |
| 6 | -use eXpansion\Bundle\DeveloperTools\Plugins\Gui\MemoryWidgetFactory; |
|
| 7 | 6 | use eXpansion\Framework\Core\DataProviders\Listener\ListenerInterfaceExpApplication; |
| 8 | 7 | use eXpansion\Framework\Core\DataProviders\Listener\ListenerInterfaceExpTimer; |
| 9 | 8 | use eXpansion\Framework\Core\Helpers\Time; |
@@ -11,7 +10,6 @@ discard block |
||
| 11 | 10 | use eXpansion\Framework\Core\Plugins\StatusAwarePluginInterface; |
| 12 | 11 | use eXpansion\Framework\Core\Services\Console; |
| 13 | 12 | use eXpansion\Framework\Core\Services\DedicatedConnection\Factory; |
| 14 | -use Maniaplanet\DedicatedServer\Connection; |
|
| 15 | 13 | |
| 16 | 14 | class DevTools implements ListenerInterfaceExpApplication, ListenerInterfaceExpTimer, StatusAwarePluginInterface |
| 17 | 15 | { |