Additional formatting fixes
diff --git a/system/core/Config.php b/system/core/Config.php
index e943629..fc61834 100755
--- a/system/core/Config.php
+++ b/system/core/Config.php
@@ -46,12 +46,14 @@
* @var array
*/
public $config = array();
+
/**
* List of all loaded config files
*
* @var array
*/
public $is_loaded = array();
+
/**
* List of paths to search when trying to load a config file.
* This must be public as it's used by the Loader class.
@@ -353,4 +355,4 @@
}
/* End of file Config.php */
-/* Location: ./system/core/Config.php */
+/* Location: ./system/core/Config.php */
\ No newline at end of file