Skip to content

Commit

Permalink
Merge pull request #874 from lcobucci/add-missing-annotation
Browse files Browse the repository at this point in the history
Make method explicitly internal
  • Loading branch information
lcobucci committed Aug 19, 2022
2 parents 298e635 + 9a695a2 commit 72ac6d8
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 72ac6d8

Please sign in to comment.