We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71e55ee commit 364b818Copy full SHA for 364b818
ConstraintViolationListInterface.php
@@ -26,7 +26,7 @@ public function add(ConstraintViolationInterface $violation);
26
/**
27
* Merges an existing violation list into this list.
28
*/
29
- public function addAll(self $otherList);
+ public function addAll(ConstraintViolationListInterface $otherList);
30
31
32
* Returns the violation at a given offset.
0 commit comments