summaryrefslogtreecommitdiffstats
path: root/system/libraries/Table.php
diff options
context:
space:
mode:
authorMike Funk <mfunk@xulonpress.com>2012-03-12 15:19:46 +0100
committerMike Funk <mfunk@xulonpress.com>2012-03-12 15:19:46 +0100
commit5fbaf27ac9da632b520457e91d9088e9aab6df89 (patch)
tree28f558f66a280fb1e311c6d729e0a34437584a14 /system/libraries/Table.php
parent9fcb2ad0e435fdfeda5b147b3fee112b4cb89861 (diff)
Changed space to tab in docblock.
Diffstat (limited to 'system/libraries/Table.php')
-rw-r--r--system/libraries/Table.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Table.php b/system/libraries/Table.php
index 947aedd8f..649d50875 100644
--- a/system/libraries/Table.php
+++ b/system/libraries/Table.php
@@ -54,7 +54,7 @@ class CI_Table {
/**
* Set the template from the table config file if it exists
*
- * @param array $config (default: array())
+ * @param array $config (default: array())
* @return void
*/
public function __construct($config = array())