File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
src/Symfony/Component/HttpKernel Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -94,20 +94,22 @@ public function __clone()
94
94
*/
95
95
public function boot ()
96
96
{
97
- if ($ this ->debug ) {
98
- $ this ->startTime = microtime (true );
99
- }
100
-
101
97
if (true === $ this ->booted ) {
102
98
if (!$ this ->requestStackSize && $ this ->resetServices ) {
103
99
if ($ this ->container ->has ('services_resetter ' )) {
104
100
$ this ->container ->get ('services_resetter ' )->reset ();
105
101
}
106
102
$ this ->resetServices = false ;
103
+ if ($ this ->debug ) {
104
+ $ this ->startTime = microtime (true );
105
+ }
107
106
}
108
107
109
108
return ;
110
109
}
110
+ if ($ this ->debug ) {
111
+ $ this ->startTime = microtime (true );
112
+ }
111
113
if ($ this ->debug && !isset ($ _ENV ['SHELL_VERBOSITY ' ]) && !isset ($ _SERVER ['SHELL_VERBOSITY ' ])) {
112
114
putenv ('SHELL_VERBOSITY=3 ' );
113
115
$ _ENV ['SHELL_VERBOSITY ' ] = 3 ;
You can’t perform that action at this time.
0 commit comments