File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ private function getContainerDeprecationLogs()
149
149
return $ logs ;
150
150
}
151
151
152
- private function getContainerCompilerLogs (? string $ compilerLogsFilepath = null ): array
152
+ private function getContainerCompilerLogs (string $ compilerLogsFilepath = null ): array
153
153
{
154
154
if (!file_exists ($ compilerLogsFilepath )) {
155
155
return [];
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ public static function getSubscribedEvents()
63
63
];
64
64
}
65
65
66
- private function setLocale (string $ locale , ? string $ defaultLocale = null ): void
66
+ private function setLocale (string $ locale , string $ defaultLocale = null ): void
67
67
{
68
68
foreach ($ this ->localeAwareServices as $ service ) {
69
69
try {
You can’t perform that action at this time.
0 commit comments