Completed
Branch work-fleets (4d76fa)
by SuperNova.WS
05:23
created
includes/classes/FleetValidator.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -190,8 +190,8 @@
 block discarded – undo
190 190
 
191 191
 
192 192
     /**
193
-   * @return bool
194
-   */
193
+     * @return bool
194
+     */
195 195
   protected function checkEnoughCapacity($includeResources = true) {
196 196
     $checkVia = $this->fleet->travelData['consumption'];
197 197
     $checkVia = ceil(($includeResources ? array_sum($this->fleet->resource_list) : 0) + $checkVia);
Please login to merge, or discard this patch.