We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a454d0c commit 9854346Copy full SHA for 9854346
src/Symfony/Component/HttpKernel/DataCollector/LoggerDataCollector.php
@@ -224,7 +224,7 @@ private function getContainerDeprecationLogs(): array
224
225
private function getContainerCompilerLogs(string $compilerLogsFilepath = null): array
226
{
227
- if (!is_file($compilerLogsFilepath)) {
+ if (!$compilerLogsFilepath || !is_file($compilerLogsFilepath)) {
228
return [];
229
}
230
0 commit comments