-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Validator] Fixed time constraint (support formats H, H:i and H:i:s) #11821
New issue
10000Have 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
Conversation
@bes89 please rebase your PR as it conflicts with the current state of the master branch |
…y, with minutes and with minutes and seconds | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | -
It seems to be good now. |
|
||
namespace Symfony\Component\Validator\Exception; | ||
|
||
class InvalidConfigurationException extends InvalidArgumentException |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This class is not needed. There is already a https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Validator/Exception/ConstraintDefinitionException.php
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bes89 when rebasing, you need to force the push to your branch instead of merging the remote branch. Otherwise, it duplicates the commits in the history |
I think we should focus our efforts on #11925. Let's keep Date, DateTime and Time as they are. |
This is a reactivated PR, see #9163