Skip to content

Commit

Permalink
Make method explicitly internal
Browse files Browse the repository at this point in the history
This was missed prior to releasing v4.2.0.

Signed-off-by: Luís Cobucci <[email protected]>
  • Loading branch information
lcobucci committed Aug 19, 2022
1 parent 298e635 commit 9a695a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Signer/Ecdsa.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ final protected function guardAgainstIncompatibleKey(int $type, int $lengthInBit
}
}

/** @internal */
abstract public function expectedKeyLength(): int;

/**
Expand Down

0 comments on commit 9a695a2

Please sign in to comment.