Skip to content

Commit f1e74b6

Browse files
committed
[Validator] Update internal phpdoc
1 parent 4d107c2 commit f1e74b6

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)