Skip to content

Commit b1d74d6

Browse files
Update dependencies for php 8.3 support
1 parent 0cc1e5d commit b1d74d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MergedReport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class MergedReport extends Report
1717
* @param Report $report
1818
* @return $this
1919
*/
20-
public function merge(Report $report)
20+
public function merge(Report $report): Report
2121
{
2222
foreach ($report->differences as $context => $levels) {
2323
if (!key_exists($context, $this->differences)) {

0 commit comments

Comments
 (0)