mirror of
https://github.com/symfony/validator.git
synced 2026-03-24 01:12:13 +01:00
minor #54460 [Validator] Update internal phpdoc (alamirault)
This PR was merged into the 7.1 branch. Discussion ---------- [Validator] Update internal phpdoc | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead --> | License | MIT Symfony 2.5 was released [10 years ago.](https://symfony.com/releases/2.5) I think we can update this phpdoc 😄 Commits ------- cd2bc5f711 [Validator] Update internal phpdoc
This commit is contained in:
@@ -33,7 +33,7 @@ use Symfony\Contracts\Translation\TranslatorInterface;
|
||||
*
|
||||
* @see ExecutionContextInterface
|
||||
*
|
||||
* @internal since version 2.5. Code against ExecutionContextInterface instead.
|
||||
* @internal
|
||||
*/
|
||||
class ExecutionContext implements ExecutionContextInterface
|
||||
{
|
||||
|
||||
@@ -22,7 +22,7 @@ use Symfony\Contracts\Translation\TranslatorInterface;
|
||||
*
|
||||
* @author Bernhard Schussek <bschussek@gmail.com>
|
||||
*
|
||||
* @internal since version 2.5. Code against ConstraintViolationBuilderInterface instead.
|
||||
* @internal
|
||||
*/
|
||||
class ConstraintViolationBuilder implements ConstraintViolationBuilderInterface
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user