Completed
Push — master ( eeea9d...e47f7c )
by Nazar
04:04
created
core/classes/Route.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -1,18 +1,18 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @package   CleverStyle CMS
4
- * @author    Nazar Mokrynskyi <[email protected]>
5
- * @copyright Copyright (c) 2015, Nazar Mokrynskyi
6
- * @license   MIT License, see license.txt
7
- */
3
+	 * @package   CleverStyle CMS
4
+	 * @author    Nazar Mokrynskyi <[email protected]>
5
+	 * @copyright Copyright (c) 2015, Nazar Mokrynskyi
6
+	 * @license   MIT License, see license.txt
7
+	 */
8 8
 namespace cs;
9 9
 /**
10
- * Provides next events:
11
- *  System/Route/routing_replace
12
- *  ['rc'    => &$rc] //Reference to string with current route, this string can be changed
13
- *
14
- * @method static Route instance($check = false)
15
- */
10
+	 * Provides next events:
11
+	 *  System/Route/routing_replace
12
+	 *  ['rc'    => &$rc] //Reference to string with current route, this string can be changed
13
+	 *
14
+	 * @method static Route instance($check = false)
15
+	 */
16 16
 class Route {
17 17
 	use
18 18
 		Singleton;
Please login to merge, or discard this patch.