Skip to content

Commit 69aa266

Browse files
Merge branch '3.4' into 4.1
* 3.4: typo add a test case [Form] Handle all case variants of "nan" when parsing a number
2 parents 22c4560 + 661d7d0 commit 69aa266

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)