]> git.mxchange.org Git - shipsimu.git/blobdiff - application/shipsimu/classes/personell/company/class_CompanyEmployee.php
Continued:
[shipsimu.git] / application / shipsimu / classes / personell / company / class_CompanyEmployee.php
index a376c00f2cb85fe877e79f03d9d6752cc387580f..300c936f09ba0dea27b33b620cd7562bea675495 100644 (file)
@@ -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);