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 0cc1e5d commit b1d74d6Copy full SHA for b1d74d6
src/MergedReport.php
@@ -17,7 +17,7 @@ class MergedReport extends Report
17
* @param Report $report
18
* @return $this
19
*/
20
- public function merge(Report $report)
+ public function merge(Report $report): Report
21
{
22
foreach ($report->differences as $context => $levels) {
23
if (!key_exists($context, $this->differences)) {
0 commit comments