This commit is contained in:
Oskar Stark 2018-11-29 09:33:43 +01:00 committed by GitHub
parent 27c17be552
commit 977a007e3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,7 +112,7 @@ interface ExecutionContextInterface
* Returns the currently validated object. * Returns the currently validated object.
* *
* If the validator is currently validating a class constraint, the * If the validator is currently validating a class constraint, the
* object of that class is returned. If it is a validating a property or * object of that class is returned. If it is validating a property or
* getter constraint, the object that the property/getter belongs to is * getter constraint, the object that the property/getter belongs to is
* returned. * returned.
* *