diff options
author | Mike Funk <mfunk@xulonpress.com> | 2012-03-12 15:19:46 +0100 |
---|---|---|
committer | Mike Funk <mfunk@xulonpress.com> | 2012-03-12 15:19:46 +0100 |
commit | 5fbaf27ac9da632b520457e91d9088e9aab6df89 (patch) | |
tree | 28f558f66a280fb1e311c6d729e0a34437584a14 | |
parent | 9fcb2ad0e435fdfeda5b147b3fee112b4cb89861 (diff) |
Changed space to tab in docblock.
-rw-r--r-- | system/libraries/Table.php | 2 |
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()) |