commit | 48a7fbbeb53e82e9298036d40c42ec2564699ed0 | [log] [tgz] |
---|---|---|
author | Timothy Warren <tim@timshomepage.net> | Mon Apr 23 11:58:16 2012 -0400 |
committer | Timothy Warren <tim@timshomepage.net> | Mon Apr 23 11:58:16 2012 -0400 |
tree | 37d4695d18579ecae45b6c49c2719e87696bfc21 | |
parent | c8a2a60c1075e5f725967962663127dad0f9e2e1 [diff] [blame] |
Use tabs to separate class properties
diff --git a/system/core/Exceptions.php b/system/core/Exceptions.php index f55f9fc..2e9f0c7 100755 --- a/system/core/Exceptions.php +++ b/system/core/Exceptions.php
@@ -39,14 +39,14 @@ /** * Nesting level of the output buffering mechanism * - * @var int + * @var int */ public $ob_level; /** * List if available error levels * - * @var array + * @var array */ public $levels = array( E_ERROR => 'Error',