File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Components/Health/Checker/HealthChecker Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ private function checkWebProfiler(HealthCollection $collection): void
3333 'webprofiler ' ,
3434 'WebProfilerBundle is active which leaks sensitive information ' ,
3535 'active ' ,
36- 'not active '
36+ 'not active ' ,
3737 ));
3838
3939 return ;
@@ -43,7 +43,7 @@ private function checkWebProfiler(HealthCollection $collection): void
4343 'webprofiler ' ,
4444 'WebProfilerBundle is not active ' ,
4545 'not active ' ,
46- 'not active '
46+ 'not active ' ,
4747 ));
4848 }
4949
@@ -54,7 +54,7 @@ private function checkKernelDebug(HealthCollection $collection): void
5454 'kerneldebug ' ,
5555 'Kernel debug is active ' ,
5656 'active ' ,
57- 'not active '
57+ 'not active ' ,
5858 ));
5959
6060 return ;
@@ -64,7 +64,7 @@ private function checkKernelDebug(HealthCollection $collection): void
6464 'kerneldebug ' ,
6565 'Kernel debug is not active ' ,
6666 'not active ' ,
67- 'not active '
67+ 'not active ' ,
6868 ));
6969 }
7070}
You can’t perform that action at this time.
0 commit comments