diff options
author | knut <> | 2007-05-29 21:51:32 +0000 |
---|---|---|
committer | knut <> | 2007-05-29 21:51:32 +0000 |
commit | a58ce193688fddee2a1511855e7e9d14bfd296bd (patch) | |
tree | 3ba15f668e2703595962cada57eb6dc20919d16f /framework | |
parent | 81067c441253e83faf27e2aaf9eaac37ffdb90d6 (diff) |
minor typo in API documentation
Diffstat (limited to 'framework')
-rw-r--r-- | framework/Web/THttpRequest.php | 2 |
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)
{
|