summaryrefslogtreecommitdiffstats
path: root/system/core/Input.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-08-03 09:05:29 +0200
committerAndrey Andreev <narf@devilix.net>2015-08-03 09:05:29 +0200
commit10fb7d17b2025de4963da8b0108fda4da36ade11 (patch)
treee408495939d1bd6f9e693cebb9dd54e767fedb49 /system/core/Input.php
parent3da611e5b4c9cda8d70975d638f6f05066e46bc4 (diff)
[ci skip] Normalize tabs/spaces
Partial changes from PR #4016
Diffstat (limited to 'system/core/Input.php')
-rw-r--r--system/core/Input.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/core/Input.php b/system/core/Input.php
index b0bbb7b8d..e1319be8d 100644
--- a/system/core/Input.php
+++ b/system/core/Input.php
@@ -682,7 +682,7 @@ class CI_Input {
/* We strip slashes if magic quotes is on to keep things consistent
NOTE: In PHP 5.4 get_magic_quotes_gpc() will always return 0 and
- it will probably not exist in future versions at all.
+ it will probably not exist in future versions at all.
*/
if ( ! is_php('5.4') && get_magic_quotes_gpc())
{
@@ -844,7 +844,7 @@ class CI_Input {
* Test to see if a request was made from the command line.
*
* @deprecated 3.0.0 Use is_cli() instead
- * @return bool
+ * @return bool
*/
public function is_cli_request()
{