From 9a695a22f9f4ef7bd1ea4f9a9e3c1d6f074a2c48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Cobucci?= Date: Sat, 20 Aug 2022 01:11:46 +0200 Subject: [PATCH] Make method explicitly internal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was missed prior to releasing v4.2.0. Signed-off-by: Luís Cobucci --- src/Signer/Ecdsa.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Signer/Ecdsa.php b/src/Signer/Ecdsa.php index 472cbbad..7291890a 100644 --- a/src/Signer/Ecdsa.php +++ b/src/Signer/Ecdsa.php @@ -56,6 +56,7 @@ final protected function guardAgainstIncompatibleKey(int $type, int $lengthInBit } } + /** @internal */ abstract public function expectedKeyLength(): int; /**