Skip to content

Commit

Permalink
Merge pull request #1 from jgniecki/1.0
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
jgniecki authored Jul 3, 2024
2 parents 9c72ec0 + 3a62d87 commit 0412f68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Contracts/MotdItemInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

interface MotdItemInterface
{
// public function getText(): ?string;
//
// public function setText(string $text): void;
public function getText(): ?string;

public function setText(string $text): void;

public function getColor(): ?string;

Expand Down

0 comments on commit 0412f68

Please sign in to comment.