Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jgniecki committed Jul 3, 2024
1 parent 9c72ec0 commit 3a62d87
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 3a62d87

Please sign in to comment.