Skip to content

Commit 99fd4c8

Browse files
svenzikmrts
authored andcommitted
Fix documentation and formatting
WE2-1028 Signed-off-by: Sven Mitt <[email protected]>
1 parent cb04b0a commit 99fd4c8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/validator/certvalidators/SubjectCertificatePurposeValidator.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,11 @@ public function __construct(LoggerInterface $logger = null)
4747
/**
4848
* Validates that the purpose of the user certificate from the authentication token contains client authentication.
4949
*
50-
* @copyright 2022 Petr Muzikant [email protected]
51-
*
52-
* @param subjectCertificate user certificate to be validated
50+
* @param X509 $subjectCertificate user certificate to be validated
5351
* @throws UserCertificateMissingPurposeException
52+
* @throws UserCertificateWrongPurposeException
53+
* @copyright 2022 Petr Muzikant [email protected]
54+
*
5455
*/
5556
public function validate(X509 $subjectCertificate): void
5657
{

0 commit comments

Comments
 (0)