Skip to content

Commit 207204a

Browse files
frosh-automation[bot]tinect
authored andcommitted
fix: code-style
1 parent adf91ed commit 207204a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Components/Health/Checker/HealthChecker/DebugChecker.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)