Skip to content

Commit 0d72510

Browse files
fix: return type of the new method (#105)
1 parent 3dbeb25 commit 0d72510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utils/Message.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public function __toString(): string
8484
*
8585
* @param mixed $message
8686
*
87-
* @return \ArkEcosystem\Crypto\Message
87+
* @return \ArkEcosystem\Crypto\Utils\Message
8888
*/
8989
public static function new($message): self
9090
{

0 commit comments

Comments
 (0)