Skip to content

Commit

Permalink
fix: return type of the new method (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
marianogoldman authored Oct 14, 2020
1 parent 3dbeb25 commit 0d72510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function __toString(): string
*
* @param mixed $message
*
* @return \ArkEcosystem\Crypto\Message
* @return \ArkEcosystem\Crypto\Utils\Message
*/
public static function new($message): self
{
Expand Down

0 comments on commit 0d72510

Please sign in to comment.