summaryrefslogtreecommitdiff
path: root/framework/Web/THttpRequest.php
diff options
context:
space:
mode:
authorknut <>2007-05-29 21:51:32 +0000
committerknut <>2007-05-29 21:51:32 +0000
commita58ce193688fddee2a1511855e7e9d14bfd296bd (patch)
tree3ba15f668e2703595962cada57eb6dc20919d16f /framework/Web/THttpRequest.php
parent81067c441253e83faf27e2aaf9eaac37ffdb90d6 (diff)
minor typo in API documentation
Diffstat (limited to 'framework/Web/THttpRequest.php')
-rw-r--r--framework/Web/THttpRequest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/THttpRequest.php b/framework/Web/THttpRequest.php
index 9c3ce98d..7b4ed9b3 100644
--- a/framework/Web/THttpRequest.php
+++ b/framework/Web/THttpRequest.php
@@ -211,7 +211,7 @@ class THttpRequest extends TApplicationComponent implements IteratorAggregate,Ar
* Strips slashes from input data.
* This method is applied when magic quotes is enabled.
* @param mixed input data to be processed
- * @param mixed processed data
+ * @return mixed processed data
*/
public function stripSlashes(&$data)
{