summaryrefslogtreecommitdiffstats
path: root/system/core/Output.php
diff options
context:
space:
mode:
authorKasim Tan <kasimtan@gmail.com>2016-05-19 21:06:07 +0200
committerKasim Tan <kasimtan@gmail.com>2016-05-19 21:06:07 +0200
commitcadcef85a218595b5999442d669086bdb5628947 (patch)
tree7c78989d1c645ffd056b182ce0b153ce30d71ada /system/core/Output.php
parent6dfdbb2327b8bd628477af2a3d7f7c8bea2f1cec (diff)
Fixed PHPDoc parameter name and type discrepancies
Diffstat (limited to 'system/core/Output.php')
-rw-r--r--system/core/Output.php2
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)