Skip to content

Commit ad13cdf

Browse files
Merge branch '4.1' into 4.2
* 4.1: typo add a test case [Form] Handle all case variants of "nan" when parsing a number
2 parents 9ed9e11 + 69aa266 commit ad13cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Context/ExecutionContextInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public function getValidator();
112112
* Returns the currently validated object.
113113
*
114114
* If the validator is currently validating a class constraint, the
115-
* object of that class is returned. If it is a validating a property or
115+
* object of that class is returned. If it is validating a property or
116116
* getter constraint, the object that the property/getter belongs to is
117117
* returned.
118118
*

0 commit comments

Comments
 (0)