@@ -42,7 +42,6 @@ |
||
| 42 | 42 | /** |
| 43 | 43 | * BestCheckpoints constructor. |
| 44 | 44 | * |
| 45 | - * @param Factory $factory |
|
| 46 | 45 | * @param PlayerStorage $playerStorage |
| 47 | 46 | * @param BestCheckpointsWidgetFactory $widget |
| 48 | 47 | * @param UpdaterWidgetFactory $updater |
@@ -85,8 +85,8 @@ discard block |
||
| 85 | 85 | * @param $config |
| 86 | 86 | * @param $manialink |
| 87 | 87 | * @param $element |
| 88 | - * @param $width |
|
| 89 | - * @param $manialinkFactory |
|
| 88 | + * @param double $width |
|
| 89 | + * @param ManialinkFactory $manialinkFactory |
|
| 90 | 90 | * |
| 91 | 91 | * @return \eXpansion\Framework\Gui\Layouts\LayoutLine |
| 92 | 92 | */ |
@@ -102,6 +102,10 @@ discard block |
||
| 102 | 102 | ->setAction( |
| 103 | 103 | $this->actionFactory->createManialinkAction( |
| 104 | 104 | $manialink, |
| 105 | + |
|
| 106 | + /** |
|
| 107 | + * @param double $args |
|
| 108 | + */ |
|
| 105 | 109 | function (ManialinkInterface $manialink, $login, $entries, $args) use ($manialinkFactory) { |
| 106 | 110 | /** @var TextListConfig $config */ |
| 107 | 111 | $config = $args['config']; |
@@ -128,7 +128,7 @@ discard block |
||
| 128 | 128 | /** |
| 129 | 129 | * Get the title name, this returns a simplified title name such as TM |
| 130 | 130 | * |
| 131 | - * @return mixed |
|
| 131 | + * @return string |
|
| 132 | 132 | */ |
| 133 | 133 | public function getTitle() |
| 134 | 134 | { |
@@ -168,7 +168,7 @@ discard block |
||
| 168 | 168 | } |
| 169 | 169 | |
| 170 | 170 | /** |
| 171 | - * @param Systeminfos $systemInfo |
|
| 171 | + * @param SystemInfos $systemInfo |
|
| 172 | 172 | */ |
| 173 | 173 | public function setSystemInfo(Systeminfos $systemInfo) |
| 174 | 174 | { |