@@ -159,6 +159,9 @@ |
||
159 | 159 | ), array()); |
160 | 160 | } |
161 | 161 | |
162 | +/** |
|
163 | + * @param string $email_unsafe |
|
164 | + */ |
|
162 | 165 | function player_create($username_unsafe, $email_unsafe, $options) { |
163 | 166 | sn_db_transaction_check(true); |
164 | 167 |
@@ -7,6 +7,9 @@ |
||
7 | 7 | use DBStatic\DBStaticUser; |
8 | 8 | use Vector\Vector; |
9 | 9 | |
10 | +/** |
|
11 | + * @return double |
|
12 | + */ |
|
10 | 13 | function flt_fleet_speed($user, $fleet) { |
11 | 14 | if(!is_array($fleet)) { |
12 | 15 | $fleet = array($fleet => 1); |
@@ -15,7 +15,7 @@ |
||
15 | 15 | /** |
16 | 16 | * Fleet mission "Relocate" |
17 | 17 | * |
18 | - * @param $mission_data Mission |
|
18 | + * @param Mission $mission_data Mission |
|
19 | 19 | * |
20 | 20 | * @copyright 2008 by Gorlum for Project "SuperNova.WS" |
21 | 21 | */ |
@@ -22,6 +22,9 @@ |
||
22 | 22 | } |
23 | 23 | } |
24 | 24 | |
25 | +/** |
|
26 | + * @param string $group_name |
|
27 | + */ |
|
25 | 28 | function flt_spy_scan($target_planet, $group_name, $section_title, $target_user = array()) { |
26 | 29 | $classLocale = classLocale::$lang; |
27 | 30 |
@@ -21,6 +21,10 @@ |
||
21 | 21 | return true; |
22 | 22 | } |
23 | 23 | |
24 | +/** |
|
25 | + * @param integer $mode |
|
26 | + * @param integer $mercenary_id |
|
27 | + */ |
|
24 | 28 | function mrc_mercenary_hire($mode, $user, $mercenary_id) { |
25 | 29 | global $sn_powerup_buy_discounts; |
26 | 30 |