@@ -10,8 +10,8 @@ |
||
10 | 10 | /** |
11 | 11 | * UniverseVector constructor. |
12 | 12 | * |
13 | - * @param int|string $galaxy |
|
14 | - * @param int|Vector|array $system |
|
13 | + * @param integer $galaxy |
|
14 | + * @param integer $system |
|
15 | 15 | * @param int $planet |
16 | 16 | * @param int $type |
17 | 17 | */ |
@@ -1,5 +1,8 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | |
3 | +/** |
|
4 | + * @param double $planet_sectors |
|
5 | + */ |
|
3 | 6 | function uni_create_planet_get_density($position_data, $user_row, $planet_sectors) { |
4 | 7 | $density_list = sn_get_groups('planet_density'); |
5 | 8 | $density_min = reset($density_list); |
@@ -341,7 +344,6 @@ discard block |
||
341 | 344 | |
342 | 345 | /** |
343 | 346 | * @param Vector $vector |
344 | - * @param string $prefix |
|
345 | 347 | * |
346 | 348 | * @return bool |
347 | 349 | */ |