@@ -388,7 +388,7 @@ |
||
| 388 | 388 | * Remove special characters from map name |
| 389 | 389 | * |
| 390 | 390 | * @param string $string |
| 391 | - * @return mixed |
|
| 391 | + * @return string |
|
| 392 | 392 | */ |
| 393 | 393 | protected function cleanString($string) |
| 394 | 394 | { |
@@ -87,6 +87,9 @@ |
||
| 87 | 87 | return $this; |
| 88 | 88 | } |
| 89 | 89 | |
| 90 | + /** |
|
| 91 | + * @param string $textId |
|
| 92 | + */ |
|
| 90 | 93 | public function setTextId($textId) |
| 91 | 94 | { |
| 92 | 95 | $this->setText($textId); |