Skip to content

Commit

Permalink
Pass to converter new_message_format configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
snpy committed Nov 24, 2022
1 parent a39113e commit 592b8f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Command/CheckMissingCommand.php
Expand Up @@ -80,6 +80,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
'blacklist_domains' => $config->getBlacklistDomains(),
'whitelist_domains' => $config->getWhitelistDomains(),
'project_root' => $config->getProjectRoot(),
'new_message_format' => $config->getNewMessageFormat(),
]
);

Expand Down
1 change: 1 addition & 0 deletions Command/ExtractCommand.php
Expand Up @@ -106,6 +106,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
'blacklist_domains' => $config->getBlacklistDomains(),
'whitelist_domains' => $config->getWhitelistDomains(),
'project_root' => $config->getProjectRoot(),
'new_message_format' => $config->getNewMessageFormat(),
]);
$errors = $result->getErrors();

Expand Down

0 comments on commit 592b8f2

Please sign in to comment.