Skip to content

Commit 3fbf634

Browse files
VincentLangletondrejmirtes
authored andcommitted
Synchronize stub with symfony
1 parent 99848d8 commit 3fbf634

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

stubs/Symfony/Component/Validator/ConstraintViolationInterface.stub

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
namespace Symfony\Component\Validator;
44

55
/**
6-
* @method string __toString() Converts the violation into a string for debugging purposes. Not implementing it is deprecated since Symfony 6.1.
6+
* @method Constraint|null getConstraint() Returns the constraint whose validation caused the violation. Not implementing it is deprecated since Symfony 6.3.
7+
* @method mixed getCause() Returns the cause of the violation. Not implementing it is deprecated since Symfony 6.2.
8+
* @method string __toString() Converts the violation into a string for debugging purposes. Not implementing it is deprecated since Symfony 6.1.
79
*/
810
interface ConstraintViolationInterface
911
{

0 commit comments

Comments
 (0)