Skip to content

Commit

Permalink
Merge pull request #6 from jgniecki/3.0
Browse files Browse the repository at this point in the history
return type getMotd()
  • Loading branch information
jgniecki authored Jul 1, 2024
2 parents 1a33e17 + a730784 commit 0dca226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/StatusInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ public function setTimeout(int $timeout): void;

/**
* Gets server motd
* @return string
* @return string|array
*/
public function getMotd(): string;
public function getMotd();

/**
* Returns the obtained host information
Expand Down

0 comments on commit 0dca226

Please sign in to comment.