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:
Christian Flothmann
2024-04-03 15:57:58 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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
{

View File

@@ -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
{