diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-02-08 22:02:19 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-02-08 22:02:19 +0100 |
commit | 773e117f0bfd103116397d26f0ea1d1854de5ca8 (patch) | |
tree | 948f6cffee21af5cb6d8fc88916a0f6c588cf1ad /system/core/Input.php | |
parent | 9448afb6da995098ce4ca2d24eb3d82b26434b4b (diff) |
Remove a few spaces
Diffstat (limited to 'system/core/Input.php')
-rwxr-xr-x | system/core/Input.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/core/Input.php b/system/core/Input.php index 670f7a11f..ee15f4013 100755 --- a/system/core/Input.php +++ b/system/core/Input.php @@ -650,9 +650,9 @@ class CI_Input { * * Returns the value of a single member of the headers class member * - * @param string array key for $this->headers + * @param string array key for $this->headers * @param bool XSS Clean or not - * @return mixed FALSE on failure, string on success + * @return mixed FALSE on failure, string on success */ public function get_request_header($index, $xss_clean = FALSE) { |