X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=application%2Fshipsimu%2Fclasses%2Fpersonell%2Fcompany%2Fclass_CompanyEmployee.php;fp=application%2Fshipsimu%2Fclasses%2Fpersonell%2Fcompany%2Fclass_CompanyEmployee.php;h=300c936f09ba0dea27b33b620cd7562bea675495;hb=4dcdc446d626eaa5fcc7ac705067d9656a82c18e;hp=a376c00f2cb85fe877e79f03d9d6752cc387580f;hpb=859058a3bb0ad1dedf262d18f39cd41646652446;p=shipsimu.git diff --git a/application/shipsimu/classes/personell/company/class_CompanyEmployee.php b/application/shipsimu/classes/personell/company/class_CompanyEmployee.php index a376c00..300c936 100644 --- a/application/shipsimu/classes/personell/company/class_CompanyEmployee.php +++ b/application/shipsimu/classes/personell/company/class_CompanyEmployee.php @@ -50,7 +50,7 @@ class CompanyEmployee extends SimulatorPersonell { if ($personellInstance->isDateValid($year, $month, $day) === false) { // Something is wrong ... throw new BirthdayInvalidException(array($year, $month, $day), self::EXCEPTION_BIRTH_DATE_IS_INVALID); - } // END - if + } // Set birthday $personellInstance->setBirthday($year, $month, $day);