Skip to content

Commit f9cfd19

Browse files
Changed return type to new interface
1 parent d2933c6 commit f9cfd19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Check/Result/Collection/ResultCollectionInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
*/
2727
interface ResultCollectionInterface extends ResultInterface {
2828

29-
public function add(ResultInterface $result) : ResultCollection;
29+
public function add(ResultInterface $result) : self;
3030
}

0 commit comments

Comments
 (0)