Completed
Push — fix_585 ( 4bfff7...8a5897 )
by Fabio
11:05
created
framework/TComponent.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -1,17 +1,17 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * TComponent, TPropertyValue classes
4
- *
5
- * @author Qiang Xue <[email protected]>
6
- *
7
- * Global Events, intra-object events, Class behaviors, expanded behaviors
8
- * @author Brad Anderson <[email protected]>
9
- *
10
- * @link https://github.com/pradosoft/prado
11
- * @copyright Copyright &copy; 2005-2016 The PRADO Group
12
- * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT
13
- * @package System
14
- */
3
+	 * TComponent, TPropertyValue classes
4
+	 *
5
+	 * @author Qiang Xue <[email protected]>
6
+	 *
7
+	 * Global Events, intra-object events, Class behaviors, expanded behaviors
8
+	 * @author Brad Anderson <[email protected]>
9
+	 *
10
+	 * @link https://github.com/pradosoft/prado
11
+	 * @copyright Copyright &copy; 2005-2016 The PRADO Group
12
+	 * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT
13
+	 * @package System
14
+	 */
15 15
 
16 16
 /**
17 17
  * TComponent class
Please login to merge, or discard this patch.