From 94e067d28c9afd4d004f4d432f78954e97c85f0e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 14 May 2012 21:51:31 +0000 Subject: [PATCH] Minor comment changes --- inc/classes/interfaces/request/class_Requestable.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.39.2