Skip to content

Commit

Permalink
add return value type to ILinkableObject::getLink()
Browse files Browse the repository at this point in the history
  • Loading branch information
mutec committed Dec 5, 2022
1 parent b0f9d1a commit c8d73b4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions wcfsetup/install/files/lib/data/ILinkableObject.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ interface ILinkableObject
{
/**
* Returns the link to the object.
*
* @return string
*/
public function getLink();
public function getLink(): string;
}

0 comments on commit c8d73b4

Please sign in to comment.