Merge branch '3.0'

This commit is contained in:
terrafrost 2023-12-16 11:17:01 -06:00
commit 0a70605d79

View File

@ -92,7 +92,7 @@ abstract class AsymmetricKey
*/ */
private $comment; private $comment;
abstract public function toString(string $type, array $options = []): string; abstract public function toString(string $type, array $options = []): array|string;
/** /**
* The constructor * The constructor