Passed
Push — work-fleets ( 6f822b...6dcfe4 )
by SuperNova.WS
06:31 queued 16s
created
includes/functions/sys_user.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -159,6 +159,9 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
includes/includes/flt_functions.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -7,6 +7,9 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.
includes/includes/flt_mission_explore.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
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
  */
Please login to merge, or discard this patch.
includes/includes/flt_mission_spy.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -22,6 +22,9 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
includes/includes/mrc_mercenary.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -21,6 +21,10 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.