@@ -129,8 +129,8 @@ |
||
| 129 | 129 | |
| 130 | 130 | /** |
| 131 | 131 | * @param Player $player |
| 132 | - * @param $text |
|
| 133 | - * @param $color |
|
| 132 | + * @param string $text |
|
| 133 | + * @param string $color |
|
| 134 | 134 | * @param null $group |
| 135 | 135 | */ |
| 136 | 136 | private function sendChat(Player $player, $text, $color, $group = null) |
@@ -144,7 +144,7 @@ discard block |
||
| 144 | 144 | } |
| 145 | 145 | |
| 146 | 146 | /** |
| 147 | - * @return mixed |
|
| 147 | + * @return double |
|
| 148 | 148 | */ |
| 149 | 149 | public function getWidth() |
| 150 | 150 | { |
@@ -163,7 +163,7 @@ discard block |
||
| 163 | 163 | } |
| 164 | 164 | |
| 165 | 165 | /** |
| 166 | - * @return mixed |
|
| 166 | + * @return double |
|
| 167 | 167 | */ |
| 168 | 168 | public function getHeight() |
| 169 | 169 | { |
@@ -182,7 +182,7 @@ discard block |
||
| 182 | 182 | } |
| 183 | 183 | |
| 184 | 184 | /** |
| 185 | - * @return mixed |
|
| 185 | + * @return string |
|
| 186 | 186 | */ |
| 187 | 187 | public function getAction() |
| 188 | 188 | { |
@@ -201,7 +201,7 @@ discard block |
||
| 201 | 201 | } |
| 202 | 202 | |
| 203 | 203 | /** |
| 204 | - * @return mixed |
|
| 204 | + * @return string |
|
| 205 | 205 | */ |
| 206 | 206 | public function getId() |
| 207 | 207 | { |
@@ -209,7 +209,7 @@ discard block |
||
| 209 | 209 | } |
| 210 | 210 | |
| 211 | 211 | /** |
| 212 | - * @param mixed $id |
|
| 212 | + * @param string $id |
|
| 213 | 213 | * @return WidgetBackground |
| 214 | 214 | */ |
| 215 | 215 | public function setId($id) |
@@ -24,7 +24,7 @@ |
||
| 24 | 24 | } |
| 25 | 25 | |
| 26 | 26 | /** |
| 27 | - * @param abstractUiElement|Control $control |
|
| 27 | + * @param uiButton $control |
|
| 28 | 28 | * @param string $text |
| 29 | 29 | */ |
| 30 | 30 | public function addTooltip($control, $text) |