Skip to content

Commit ee0ec9b

Browse files
committed
Merge branch '2.3' into 2.7
* 2.3: remove unnecessary retrieval and setting of data avoid (string) catchable fatal error for __PHP_Incomplete_Class instances sendContent return as parent. [FrameworkBundle] Fix a typo
2 parents 2dce15e + 7abc927 commit ee0ec9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Command/TranslationUpdateCommand.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ protected function configure()
4646
))
4747
->setDescription('Updates the translation file')
4848
->setHelp(<<<'EOF'
49-
The <info>%command.name%</info> command extract translation strings from templates
49+
The <info>%command.name%</info> command extracts translation strings from templates
5050
of a given bundle or the app folder. It can display them or merge the new ones into the translation files.
51+
5152
When new translation strings are found it can automatically add a prefix to the translation
5253
message.
5354

0 commit comments

Comments
 (0)