Skip to content

Commit ab6631d

Browse files
committed
Pass to converter new_message_format configuration
#300
1 parent c7284ed commit ab6631d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Command/CheckMissingCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
8080
'blacklist_domains' => $config->getBlacklistDomains(),
8181
'whitelist_domains' => $config->getWhitelistDomains(),
8282
'project_root' => $config->getProjectRoot(),
83+
'new_message_format' => $config->getNewMessageFormat(),
8384
]
8485
);
8586

Command/ExtractCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
106106
'blacklist_domains' => $config->getBlacklistDomains(),
107107
'whitelist_domains' => $config->getWhitelistDomains(),
108108
'project_root' => $config->getProjectRoot(),
109+
'new_message_format' => $config->getNewMessageFormat(),
109110
]);
110111
$errors = $result->getErrors();
111112

0 commit comments

Comments
 (0)