diff options
author | Andrey Andreev <narf@devilix.net> | 2016-05-20 16:30:07 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-05-20 16:30:07 +0200 |
commit | b76fa12f3cc23e18d53d10b6eb665405df7e726b (patch) | |
tree | 476e2ba6afae2b5258d3924b959a78f8c904485b /system/core/Output.php | |
parent | 6dfdbb2327b8bd628477af2a3d7f7c8bea2f1cec (diff) | |
parent | e1b9495b7b1b55c8dfd6b602e35b6d5c269c0a90 (diff) |
Merge pull request #4638 from kasimtan/phpdoc_fixes
[ci skip] Fixed PHPDoc parameter name and type discrepancies
Diffstat (limited to 'system/core/Output.php')
-rw-r--r-- | system/core/Output.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Output.php b/system/core/Output.php index 6e0b4e724..98db212a0 100644 --- a/system/core/Output.php +++ b/system/core/Output.php @@ -285,7 +285,7 @@ class CI_Output { /** * Get Header * - * @param string $header_name + * @param string $header * @return string */ public function get_header($header) |