Code merge from latest ship-simu code
[mailer.git] / inc / classes / interfaces / commands / class_Commandable.php
index 4b3eaba9f8bcb5a43232a31c35a2f164dde9eec0..8b3392df8136567efab878e0a983ca277c6a1716 100644 (file)
@@ -23,7 +23,7 @@
  */
 interface Commandable extends FrameworkInterface {
        /**
-        * Executes the given command with given request and response objects
+        * Executes the command with given request and response objects
         *
         * @param       $requestInstance        An instance of a class with an Requestable interface
         * @param       $responseInstance       An instance of a class with an Responseable interface