@@ -48,7 +48,7 @@ |
||
48 | 48 | } |
49 | 49 | |
50 | 50 | /** |
51 | - * @return iterable|SplFileInfo[] |
|
51 | + * @return \Symfony\Component\Finder\Finder |
|
52 | 52 | */ |
53 | 53 | private function getFiles(string $path): iterable |
54 | 54 | { |
@@ -104,6 +104,9 @@ |
||
104 | 104 | } |
105 | 105 | } |
106 | 106 | |
107 | + /** |
|
108 | + * @param string|null $locale |
|
109 | + */ |
|
107 | 110 | private function transformLocale(?string $locale): ?string |
108 | 111 | { |
109 | 112 | $theme = $this->themeContext->getTheme(); |
@@ -39,7 +39,7 @@ |
||
39 | 39 | private $resourcesLoaded = false; |
40 | 40 | |
41 | 41 | /** |
42 | - * @param MessageSelector|MessageFormatterInterface $messageFormatterOrSelector |
|
42 | + * @param \PHPUnit\Framework\MockObject\MockObject $messageFormatterOrSelector |
|
43 | 43 | */ |
44 | 44 | public function __construct( |
45 | 45 | TranslatorLoaderProviderInterface $loaderProvider, |
@@ -90,6 +90,6 @@ |
||
90 | 90 | |
91 | 91 | <info>php %command.full_name% public --symlink --relative</info> |
92 | 92 | |
93 | -EOT; |
|
93 | +eot; |
|
94 | 94 | } |
95 | 95 | } |