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()
149149 return $ logs ;
150150 }
151151
152- private function getContainerCompilerLogs (? string $ compilerLogsFilepath = null ): array
152+ private function getContainerCompilerLogs (string $ compilerLogsFilepath = null ): array
153153 {
154154 if (!file_exists ($ compilerLogsFilepath )) {
155155 return [];
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ public static function getSubscribedEvents()
6363 ];
6464 }
6565
66- private function setLocale (string $ locale , ? string $ defaultLocale = null ): void
66+ private function setLocale (string $ locale , string $ defaultLocale = null ): void
6767 {
6868 foreach ($ this ->localeAwareServices as $ service ) {
6969 try {
You can’t perform that action at this time.
0 commit comments