]> git.mxchange.org Git - shipsimu.git/blobdiff - application/shipsimu/classes/personell/class_SimulatorPersonell.php
Continued:
[shipsimu.git] / application / shipsimu / classes / personell / class_SimulatorPersonell.php
index a0d0206a83787fcde0ed2295578c6c18cbd282ba..27b6202e812965af5020d0055698ee27a210de3c 100644 (file)
@@ -129,10 +129,10 @@ class SimulatorPersonell extends BasePersonell {
                if ($this->personelllList instanceof FrameworkArrayObject) {
                        // Throw an exception
                        throw new PersonellListAlreadyCreatedException($this, self::EXCEPTION_DIMENSION_ARRAY_INVALID);
-               } // END - if
+               }
 
                // Initialize the array
-               $this->personellList = new FrameworkArrayObject("FakedPersonellList");
+               $this->personellList = new FrameworkArrayObject('FakedPersonellList');
        }
 
        // Remove the personell list
@@ -171,7 +171,7 @@ class SimulatorPersonell extends BasePersonell {
         *
         * @return      $cacheList      A list of cached personells
         */
-       function getSpecialPersonellList ($isEmployed = null, $isMarried = null, $hasGender = "") {
+       function getSpecialPersonellList ($isEmployed = null, $isMarried = null, $hasGender = '') {
                // Serialize the conditions for checking if we can take the cache
                $serialized = serialize(array($isEmployed, $isMarried, $hasGender));
 
@@ -295,7 +295,7 @@ class SimulatorPersonell extends BasePersonell {
 
                        // Set typical family name
                        parent::setFamily("Smith");
-               } // END - if
+               }
 
                // Return surname
                return $surname;