File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ class AppRouter implements AppRouterInterface
30
30
/**
31
31
* @var array
32
32
*/
33
- private static array $ rules ;
33
+ private static array $ rules = [] ;
34
34
35
35
/**
36
36
* @var string
@@ -50,17 +50,17 @@ class AppRouter implements AppRouterInterface
50
50
/**
51
51
* @var string
52
52
*/
53
- private static string $ uri ;
53
+ private static string $ uri = '' ;
54
54
55
55
/**
56
56
* @var array
57
57
*/
58
- public static array $ route_names ;
58
+ public static array $ route_names = [] ;
59
59
60
60
/**
61
61
* @var string
62
62
*/
63
- private static string $ current_prefix ;
63
+ private static string $ current_prefix = '' ;
64
64
65
65
/**
66
66
* Default replace pattern
@@ -74,7 +74,7 @@ class AppRouter implements AppRouterInterface
74
74
*
75
75
* @var array
76
76
*/
77
- private static array $ routeInfo ;
77
+ private static array $ routeInfo = [] ;
78
78
79
79
/**
80
80
* @var Stack
You can’t perform that action at this time.
0 commit comments