Minor comment changes
[core.git] / inc / classes / interfaces / request / class_Requestable.php
index 76174b25a29bd248190b1ab16e0be3a5a57d8149..6b156d777ab9fdcb603e0336155341beed406f2a 100644 (file)
@@ -31,6 +31,7 @@ interface Requestable extends FrameworkInterface {
 
        /**
         * Checks whether a request element is set
+        *
         * @param       $element        Name of the request element we want to check
         * @return      $isSet          Whether the request element is set
         * @throws      MissingArrayElementsException   Thrown if a request element is not set
@@ -64,7 +65,7 @@ interface Requestable extends FrameworkInterface {
        /**
         * Sets whether the request was valid (default: true)
         *
-        * @param       $isValid                Whether the request is valid
+        * @param       $isValid        Whether the request is valid
         * @return      void
         */
        function requestIsValid ($isValid = true);