Skip to content

Commit

Permalink
Merge branch '3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
terrafrost committed Dec 16, 2023
2 parents bae3b79 + f0194cf commit 0a70605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpseclib/Crypt/Common/AsymmetricKey.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ abstract class AsymmetricKey
*/
private $comment;

abstract public function toString(string $type, array $options = []): string;
abstract public function toString(string $type, array $options = []): array|string;

/**
* The constructor
Expand Down

0 comments on commit 0a70605

Please sign in to comment.