Skip to content

Commit

Permalink
Fix compatibility for 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richardDobron committed Dec 9, 2023
1 parent 11fc88c commit 3ce9b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fbt/Services/TranslationsGeneratorService.php
Expand Up @@ -161,7 +161,7 @@ private function processGroups(array $phrases, array $translatedGroups): array
*
* @throws \Exception
*/
public function generateTranslations(string $source, ?string $translationsPath, string $inputPath)
public function generateTranslations(string $source, $translationsPath, string $inputPath)
{
if (! file_exists($source)) {
throw new \Exception('Source strings file does not exist: ' . $source);
Expand Down

0 comments on commit 3ce9b6b

Please sign in to comment.