'public static final' is correct
[shipsimu.git] / application / ship-simu / main / personell / company / class_CompanyEmployee.php
index ee2824ea63f17fba37733d596f6b57ff415d588f..8a32ad2416ab6c5917a2acb3f48220cdd35c01e3 100644 (file)
@@ -32,7 +32,7 @@ class CompanyEmployee extends SimulatorPersonell {
        }
 
        // Generate a specified amount of personell
-       public final static function createCompanyEmployee ($surname, $family, $gender, $year, $month, $day, $married, $salary) {
+       public static final function createCompanyEmployee ($surname, $family, $gender, $year, $month, $day, $married, $salary) {
                // Get instance
                $personellInstance = new CompanyEmployee();