Skip to content

[TranslationUpdateCommand] fixed undefined resultMessage var. #16954

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 25, 2016

Conversation

aitboudad
Copy link
Contributor

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #16950
License MIT
Doc PR n/a

@@ -150,6 +150,8 @@ protected function execute(InputInterface $input, OutputInterface $output)
return;
}

$resultMessage = 'Translation files were successfully updated.';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dot should be removed here as code below can append another string (see L209). Dot should be added at the end if it is not already there.

@fabpot
Copy link
Member

fabpot commented Jan 25, 2016

Thank you @aitboudad.

@fabpot fabpot merged commit 1999e89 into symfony:2.8 Jan 25, 2016
fabpot added a commit that referenced this pull request Jan 25, 2016
…ar. (aitboudad)

This PR was merged into the 2.8 branch.

Discussion
----------

[TranslationUpdateCommand] fixed undefined resultMessage var.

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |  #16950
| License       | MIT
| Doc PR        | n/a

Commits
-------

1999e89 [TranslationUpdateCommand] fixed undefined resultMessage var.
@fabpot fabpot mentioned this pull request Feb 3, 2016
@fabpot fabpot mentioned this pull request Feb 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants