@@ -215,7 +215,7 @@ |
||
| 215 | 215 | * @param Manialink $manialink |
| 216 | 216 | * @param Frame $frame |
| 217 | 217 | * @param ParentItem $parentItem |
| 218 | - * @param $displayLevel |
|
| 218 | + * @param integer $displayLevel |
|
| 219 | 219 | */ |
| 220 | 220 | protected function createSubMenu(Manialink $manialink, Frame $frame, ParentItem $parentItem, $displayLevel) |
| 221 | 221 | { |
@@ -2,7 +2,6 @@ discard block |
||
| 2 | 2 | |
| 3 | 3 | namespace eXpansion\Bundle\Maps\Plugins\Gui; |
| 4 | 4 | |
| 5 | -use eXpansion\Bundle\Maps\Plugins\Jukebox; |
|
| 6 | 5 | use eXpansion\Bundle\Maps\Plugins\ManiaExchange; |
| 7 | 6 | use eXpansion\Bundle\Maps\Structure\MxInfo; |
| 8 | 7 | use eXpansion\Framework\Core\Helpers\Http; |
@@ -10,7 +9,6 @@ discard block |
||
| 10 | 9 | use eXpansion\Framework\Core\Helpers\Time; |
| 11 | 10 | use eXpansion\Framework\Core\Helpers\TMString; |
| 12 | 11 | use eXpansion\Framework\Core\Model\Gui\Grid\DataCollectionFactory; |
| 13 | -use eXpansion\Framework\Core\Model\Gui\Grid\DataCollectionInterface; |
|
| 14 | 12 | use eXpansion\Framework\Core\Model\Gui\Grid\GridBuilderFactory; |
| 15 | 13 | use eXpansion\Framework\Core\Model\Gui\ManialinkInterface; |
| 16 | 14 | use eXpansion\Framework\Core\Model\Gui\WindowFactoryContext; |
@@ -317,7 +317,7 @@ |
||
| 317 | 317 | */ |
| 318 | 318 | public function callbackSearch(ManialinkInterface $manialink, $login, $params, $arguments) |
| 319 | 319 | { |
| 320 | - $params = (object)$params; |
|
| 320 | + $params = (object) $params; |
|
| 321 | 321 | |
| 322 | 322 | $this->modebox->setSelectedByValue($params->mode); |
| 323 | 323 | $this->orderbox->setSelectedByValue($params->order); |