Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 88bf721

Browse files
committed
Merge branch '3.4' into 4.4
* 3.4: mark the AssertingContextualValidator class as internal make return type correct
2 parents 5cbb019 + fcc75d9 commit 88bf721

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/Symfony/Component/Form/FormView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public function offsetUnset($name)
148148
/**
149149
* Returns an iterator to iterate over children (implements \IteratorAggregate).
150150
*
151-
* @return \ArrayIterator|FormView[] The iterator
151+
* @return \ArrayIterator<string, FormView> The iterator
152152
*/
153153
public function getIterator()
154154
{

src/Symfony/Component/Validator/Test/ConstraintValidatorTestCase.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,9 @@ private function getViolation(): ConstraintViolation
343343
}
344344
}
345345

346+
/**
347+
* @internal
348+
*/
346349
class AssertingContextualValidator implements ContextualValidatorInterface
347350
{
348351
private $expectNoValidate = false;

0 commit comments

Comments
 (0)