Skip to content

Commit 71ffbb5

Browse files
Merge branch '5.4' into 6.3
* 5.4: [Config] Prefixing FileExistenceResource::__toString() to avoid conflict with FileResource [String] Method toByteString conversion using iconv is unreachable [HttpKernel] Fix PHP deprecation
2 parents 84491b3 + dba872e commit 71ffbb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DataCollector/LoggerDataCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ private function getContainerDeprecationLogs(): array
210210

211211
private function getContainerCompilerLogs(string $compilerLogsFilepath = null): array
212212
{
213-
if (!is_file($compilerLogsFilepath)) {
213+
if (!$compilerLogsFilepath || !is_file($compilerLogsFilepath)) {
214214
return [];
215215
}
216216

0 commit comments

Comments
 (0)