@@ -71,7 +71,7 @@ |
||
| 71 | 71 | */ |
| 72 | 72 | public function getResourcesLocales(): array |
| 73 | 73 | { |
| 74 | - return array_values(array_unique(array_map(function (TranslationResourceInterface $translationResource): string { |
|
| 74 | + return array_values(array_unique(array_map(function(TranslationResourceInterface $translationResource): string { |
|
| 75 | 75 | return $translationResource->getLocale(); |
| 76 | 76 | }, $this->getResources()))); |
| 77 | 77 | } |