]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/companies/class_ShippingCompany.php
Typos fixed and special command resolver are now possible
[shipsimu.git] / application / ship-simu / main / companies / class_ShippingCompany.php
index 1d6877b7a92a847a62fe171130832ccfa1dad16e..24603fd86b1309381305e1b132eb44c6c1f5e6b2 100644 (file)
@@ -519,7 +519,7 @@ class ShippingCompany extends BaseSimulator implements Customer, ContractPartner
                // Get it's real class name
                $shipType = $shipInstance->__toString();
 
-               // Now check if the ship type is in any list and return the result
+               // Now check if ship type is in any list and return the result
                return ($this->isShipTypeConstructable($shipType));
        }
 
@@ -556,7 +556,7 @@ class ShippingCompany extends BaseSimulator implements Customer, ContractPartner
                                throw new ClassMismatchException(array($shipyard->__toString(), "Shipyard"), self::EXCEPTION_CLASSES_NOT_MATCHING);
                        }
 
-                       // Validate if the first found shipyard can construct the requested type
+                       // Validate if first found shipyard can construct the requested type
                        $result = $shipyard->isShipTypeConstructable($shipType);
 
                        // Does this shipyard construct the requested ship type?