From: Roland Häder Date: Mon, 14 May 2012 21:51:31 +0000 (+0000) Subject: Minor comment changes X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=94e067d28c9afd4d004f4d432f78954e97c85f0e;ds=sidebyside Minor comment changes --- diff --git a/inc/classes/interfaces/request/class_Requestable.php b/inc/classes/interfaces/request/class_Requestable.php index 76174b25..6b156d77 100644 --- a/inc/classes/interfaces/request/class_Requestable.php +++ b/inc/classes/interfaces/request/class_Requestable.php @@ -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);