diff options
author | Mike Funk <mfunk@xulonpress.com> | 2012-02-28 19:43:16 +0100 |
---|---|---|
committer | Mike Funk <mfunk@xulonpress.com> | 2012-02-28 19:43:16 +0100 |
commit | aa20f5b70f6da196d1a66d5dc17b05a037708e1a (patch) | |
tree | 3a47d458281163c2d8d819cf676e43f4fafe869f /system/libraries | |
parent | 46e3a9a365e6bae7954f5118db1409faa5f5decd (diff) |
using tabs as @item seperators in docblocks.
Diffstat (limited to 'system/libraries')
-rw-r--r-- | system/libraries/Table.php | 4 |
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()) { |