summaryrefslogtreecommitdiffstats
path: root/system/core/Controller.php
diff options
context:
space:
mode:
authorTimothy Warren <tim@timshomepage.net>2012-04-23 17:58:16 +0200
committerTimothy Warren <tim@timshomepage.net>2012-04-23 17:58:16 +0200
commit48a7fbbeb53e82e9298036d40c42ec2564699ed0 (patch)
tree37d4695d18579ecae45b6c49c2719e87696bfc21 /system/core/Controller.php
parentc8a2a60c1075e5f725967962663127dad0f9e2e1 (diff)
Use tabs to separate class properties
Diffstat (limited to 'system/core/Controller.php')
-rw-r--r--system/core/Controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Controller.php b/system/core/Controller.php
index 0c6c47183..1f69146d0 100644
--- a/system/core/Controller.php
+++ b/system/core/Controller.php
@@ -42,7 +42,7 @@ class CI_Controller {
/**
* Reference to the global CI instance
*
- * @var object
+ * @var object
*/
private static $instance;