Completed
Push — work-fleets ( b1376e...d6880d )
by SuperNova.WS
11:23
created
classes/V2Fleet/V2FleetModel.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -196,6 +196,9 @@
 block discarded – undo
196 196
     }
197 197
   }
198 198
 
199
+  /**
200
+   * @param V2FleetContainer $cFleet
201
+   */
199 202
   public function dbSave($cFleet) {
200 203
 
201 204
   }
Please login to merge, or discard this patch.
classes/V2Unit/V2UnitList.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -31,6 +31,9 @@
 block discarded – undo
31 31
 
32 32
   }
33 33
 
34
+  /**
35
+   * @param integer $snId
36
+   */
34 37
   public function unitAdd($snId, $level) {
35 38
     if($this->indexIsSet($snId)) {
36 39
       $this->indexGetObject($snId)->$level += $level;
Please login to merge, or discard this patch.