@@ -27,7 +27,7 @@ |
||
| 27 | 27 | ) |
| 28 | 28 | ); |
| 29 | 29 | |
| 30 | - if(property_exists($this, 'newProperties')) { |
|
| 30 | + if (property_exists($this, 'newProperties')) { |
|
| 31 | 31 | $this->extendProperties($this->newProperties); |
| 32 | 32 | } |
| 33 | 33 | } |
@@ -18,7 +18,7 @@ discard block |
||
| 18 | 18 | $source_planet = &$mission_data->src_planet; |
| 19 | 19 | $destination_planet = &$mission_data->dst_planet; |
| 20 | 20 | |
| 21 | - if(empty($destination_planet['id_owner'])) { |
|
| 21 | + if (empty($destination_planet['id_owner'])) { |
|
| 22 | 22 | $objFleet->markReturnedAndSave(); |
| 23 | 23 | |
| 24 | 24 | return $result; |
@@ -33,7 +33,7 @@ discard block |
||
| 33 | 33 | $fleet_resources[RES_DEUTERIUM], classLocale::$lang['Deuterium']); |
| 34 | 34 | DBStaticMessages::msg_send_simple_message($objFleet->target_owner_id, '', $objFleet->time_arrive_to_target, MSG_TYPE_TRANSPORT, classLocale::$lang['sys_mess_tower'], classLocale::$lang['sys_mess_transport'], $Message); |
| 35 | 35 | |
| 36 | - if($objFleet->target_owner_id <> $objFleet->playerOwnerId) { |
|
| 36 | + if ($objFleet->target_owner_id <> $objFleet->playerOwnerId) { |
|
| 37 | 37 | DBStaticMessages::msg_send_simple_message($objFleet->playerOwnerId, '', $objFleet->time_arrive_to_target, MSG_TYPE_TRANSPORT, classLocale::$lang['sys_mess_tower'], classLocale::$lang['sys_mess_transport'], $Message); |
| 38 | 38 | } |
| 39 | 39 | |