diff options
author | Andrey Andreev <narf@devilix.net> | 2015-08-03 09:05:29 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-08-03 09:05:29 +0200 |
commit | 10fb7d17b2025de4963da8b0108fda4da36ade11 (patch) | |
tree | e408495939d1bd6f9e693cebb9dd54e767fedb49 /system/core | |
parent | 3da611e5b4c9cda8d70975d638f6f05066e46bc4 (diff) |
[ci skip] Normalize tabs/spaces
Partial changes from PR #4016
Diffstat (limited to 'system/core')
-rw-r--r-- | system/core/Input.php | 4 | ||||
-rw-r--r-- | system/core/Loader.php | 2 |
2 files changed, 3 insertions, 3 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() { diff --git a/system/core/Loader.php b/system/core/Loader.php index 1f48c0782..5de7a9483 100644 --- a/system/core/Loader.php +++ b/system/core/Loader.php @@ -514,7 +514,7 @@ class CI_Loader { * * Clears the cached variables. * - * @return object + * @return CI_Loader */ public function clear_vars() { |