Skip to content

Commit

Permalink
API Update method signature for CMSEditLink
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Aug 19, 2024
1 parent 18b3ee3 commit a4e558d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/elemental/ElementalBehatTestObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ElementalBehatTestObject extends DataObject
{
private static $table_name = 'ElementalBehatTestObject';

public function CMSEditLink()
public function CMSEditLink(): ?string
{
$admin = ElementalBehatTestAdmin::singleton();
$sanitisedClassname = str_replace('\\', '-', $this->ClassName);
Expand Down

0 comments on commit a4e558d

Please sign in to comment.