8000 [3.0] [Validator] deprecations cleanup by TomasVotruba · Pull Request #15708 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[3.0] [Validator] deprecations cleanup #15708

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

Closed
wants to merge 10 commits into from
Next Next commit
merge
  • Loading branch information
TomasVotruba committed Sep 21, 2015
commit df22026d0b78c3793999a89e52952ddf6e4d2812
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ class JsonFileDumper extends FileDumper
public function format(MessageCatalogue $messages, $domain = 'messages')
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 2.8 and will be removed in 3.0. Use the formatCatalogue() method instead.', E_USER_DEPRECATED);

return $this->formatCatalogue($messages, $domain);
}

Expand Down
0