Skip to content

Commit 364b818

Browse files
Fix tests for legacy phpunit versions
1 parent 71e55ee commit 364b818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ConstraintViolationListInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function add(ConstraintViolationInterface $violation);
2626
/**
2727
* Merges an existing violation list into this list.
2828
*/
29-
public function addAll(self $otherList);
29+
public function addAll(ConstraintViolationListInterface $otherList);
3030

3131
/**
3232
* Returns the violation at a given offset.

0 commit comments

Comments
 (0)