@@ -89,6 +89,9 @@ |
||
89 | 89 | } |
90 | 90 | } |
91 | 91 | |
92 | + /** |
|
93 | + * @param string $command |
|
94 | + */ |
|
92 | 95 | protected function runCommand($command, $playerLogin, SymfonyStyle $sfs) |
93 | 96 | { |
94 | 97 | $process = new Process($command); |
@@ -146,7 +146,7 @@ discard block |
||
146 | 146 | |
147 | 147 | /** |
148 | 148 | * Get titlepack name such as TMStadium@nadeo |
149 | - * @return mixed |
|
149 | + * @return string |
|
150 | 150 | */ |
151 | 151 | public function getTitle() |
152 | 152 | { |
@@ -186,7 +186,7 @@ discard block |
||
186 | 186 | } |
187 | 187 | |
188 | 188 | /** |
189 | - * @param Systeminfos $systemInfo |
|
189 | + * @param SystemInfos $systemInfo |
|
190 | 190 | */ |
191 | 191 | public function setSystemInfo(Systeminfos $systemInfo) |
192 | 192 | { |
@@ -134,7 +134,7 @@ discard block |
||
134 | 134 | } |
135 | 135 | |
136 | 136 | /** |
137 | - * @param float|int $startY |
|
137 | + * @param double $startY |
|
138 | 138 | */ |
139 | 139 | public function setStartY($startY) |
140 | 140 | { |
@@ -227,7 +227,7 @@ discard block |
||
227 | 227 | } |
228 | 228 | |
229 | 229 | /** |
230 | - * @return float|int |
|
230 | + * @return double |
|
231 | 231 | */ |
232 | 232 | public function getWidth() |
233 | 233 | { |
@@ -59,7 +59,6 @@ |
||
59 | 59 | * @param GameDataStorage $gameData |
60 | 60 | * @param PlayerStorage $playerStorage |
61 | 61 | * @param LoggerInterface $logger |
62 | - * @param string $url |
|
63 | 62 | * @param int $pingInterval |
64 | 63 | * @param int $retryInterval |
65 | 64 | */ |
@@ -15,7 +15,7 @@ |
||
15 | 15 | protected $element; |
16 | 16 | |
17 | 17 | /** |
18 | - * @param AbstractUiElement|Control $control |
|
18 | + * @param Button $control |
|
19 | 19 | * @param string $text |
20 | 20 | */ |
21 | 21 | public function addTooltip($control, $text) |
@@ -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() |