summaryrefslogtreecommitdiffstats
path: root/system/libraries/Table.php
diff options
context:
space:
mode:
authorMike Funk <mfunk@xulonpress.com>2012-02-28 19:43:16 +0100
committerMike Funk <mfunk@xulonpress.com>2012-02-28 19:43:16 +0100
commitaa20f5b70f6da196d1a66d5dc17b05a037708e1a (patch)
tree3a47d458281163c2d8d819cf676e43f4fafe869f /system/libraries/Table.php
parent46e3a9a365e6bae7954f5118db1409faa5f5decd (diff)
using tabs as @item seperators in docblocks.
Diffstat (limited to 'system/libraries/Table.php')
-rw-r--r--system/libraries/Table.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/libraries/Table.php b/system/libraries/Table.php
index de5a6ba3a..947aedd8f 100644
--- a/system/libraries/Table.php
+++ b/system/libraries/Table.php
@@ -54,8 +54,8 @@ class CI_Table {
/**
* Set the template from the table config file if it exists
*
- * @param array $config (default: array())
- * @return void
+ * @param array $config (default: array())
+ * @return void
*/
public function __construct($config = array())
{