Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 38b29fd

Browse files
committed
and one more multi-line fix
1 parent 550c795 commit 38b29fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Symfony/Bundle/FrameworkBundle/Command/TranslationDebugCommand.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,7 @@ private function extractMessages($locale, $rootPath)
288288
{
289289
$extractedCatalogue = new MessageCatalogue($locale);
290290
if (is_dir($rootPath.'/Resources/views')) {
291-
$this->getContainer()->get('translation.extractor')
292-
->extract($rootPath.'/Resources/views', $extractedCatalogue);
291+
$this->getContainer()->get('translation.extractor')->extract($rootPath.'/Resources/views', $extractedCatalogue);
293292
}
294293

295294
return $extractedCatalogue;

0 commit comments

Comments
 (0)