8000 [2.7] adds deprecation notices. by hhamon · Pull Request #13060 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[2.7] adds deprecation notices. #13060

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 13 commits into from
Jan 5, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[Validator] fixes UuidValidator deprecated class namespace.
  • Loading branch information
Hugo Hamon committed Jan 5, 2015
commit 738b9be447f99587a613bc6d766c37640fd4dfee
2 changes: 1 addition & 1 deletion 7E61 src/Symfony/Component/Validator/Constraints/UuidValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

use Symfony\Component\Validator\Constraint;
use Symfony\Component\Validator\ConstraintValidator;
use Symfony\Component\Validator\Constraints\UuidValidator as Deprecated;
use Symfony\Component\Validator\Constraints\Deprecated\UuidValidator as Deprecated;
use Symfony\Component\Validator\Exception\UnexpectedTypeException;

/**
Expand Down
0