Completed
Push — work-fleets ( d1f99e...fc0000 )
by SuperNova.WS
06:40
created
classes/FleetValidator.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -820,7 +820,7 @@  discard block
 block discarded – undo
820 820
 
821 821
 
822 822
   /**
823
-   * @return int
823
+   * @return boolean
824 824
    */
825 825
   protected function checkExpeditionsMax() {
826 826
     return get_player_max_expeditons($this->fleet->dbOwnerRow) > 0;
@@ -920,6 +920,10 @@  discard block
 block discarded – undo
920 920
       $this->checkMissionExact($missionType);
921 921
   }
922 922
 
923
+  /**
924
+   * @param integer $missionType
925
+   * @param boolean $result
926
+   */
923 927
   protected function checkMissionResultAndUnset($missionType, $result, $forceMission = false) {
924 928
     $this->unsetMission($missionType, $result, $forceMission);
925 929
 
Please login to merge, or discard this patch.