Skip to content

Commit

Permalink
MNT Update method signature for test class
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Aug 19, 2024
1 parent 6f84505 commit 12fa5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ReportTest/FakeObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function Link()
return Controller::join_links('dummy-link', $this->ID);
}

public function CMSEditLink()
public function CMSEditLink(): ?string
{
return Controller::join_links('dummy-edit-link', $this->ID);
}
Expand Down

0 comments on commit 12fa5dc

Please sign in to comment.