Skip to content

Commit 7928505

Browse files
committed
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
2 parents 4eed24f + f1e74b6 commit 7928505

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Context/ExecutionContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
*
3434
* @see ExecutionContextInterface
3535
*
36-
* @internal since version 2.5. Code against ExecutionContextInterface instead.
36+
* @internal
3737
*/
3838
class ExecutionContext implements ExecutionContextInterface
3939
{

Violation/ConstraintViolationBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*
2323
* @author Bernhard Schussek <bschussek@gmail.com>
2424
*
25-
* @internal since version 2.5. Code against ConstraintViolationBuilderInterface instead.
25+
* @internal
2626
*/
2727
class ConstraintViolationBuilder implements ConstraintViolationBuilderInterface
2828
{

0 commit comments

Comments
 (0)