1 | <?php |
||
19 | final class OrderingTranslationFilesFinder implements TranslationFilesFinderInterface |
||
20 | { |
||
21 | /** |
||
22 | * @var TranslationFilesFinderInterface |
||
23 | */ |
||
24 | private $translationFilesFinder; |
||
25 | |||
26 | /** |
||
27 | * @param TranslationFilesFinderInterface $translationFilesFinder |
||
28 | */ |
||
29 | public function __construct(TranslationFilesFinderInterface $translationFilesFinder) |
||
33 | |||
34 | public function findTranslationFiles(ThemeInterface $theme) |
||
51 | } |
||
52 |
If you suppress an error, we recommend checking for the error condition explicitly: