summaryrefslogtreecommitdiffstats
path: root/system/helpers/file_helper.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-06-17 02:01:00 +0200
committerAndrey Andreev <narf@bofh.bg>2012-06-17 02:01:00 +0200
commitd1cace76965f71107aca63df1057b98df8d3b85a (patch)
tree27c4d0e2c771a510fbc7388668d1dd76403da80a /system/helpers/file_helper.php
parent0159ae7d492cccca7a30a2f5b5c2b107d399e7ea (diff)
Add deprecated docblock tags for do_hash() and read_file()
Diffstat (limited to 'system/helpers/file_helper.php')
-rw-r--r--system/helpers/file_helper.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/helpers/file_helper.php b/system/helpers/file_helper.php
index be616f62d..7270ee32c 100644
--- a/system/helpers/file_helper.php
+++ b/system/helpers/file_helper.php
@@ -47,6 +47,7 @@ if ( ! function_exists('read_file'))
* This function is DEPRECATED and should be removed in
* CodeIgniter 3.1+. Use file_get_contents() instead.
*
+ * @deprecated
* @param string path to file
* @return string
*/