Skip to content

Commit b2e4116

Browse files
remotelylivingtgalopin
authored andcommitted
Fix cs issues
1 parent da8132e commit b2e4116

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Certificate.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ class Certificate
2828
private $issuerCertificate;
2929

3030
/**
31-
* @param string $certificatePEM
32-
* @param Certificate $issuerCertificate
31+
* @param string $certificatePEM
32+
* @param Certificate|null $issuerCertificate
3333
*/
3434
public function __construct($certificatePEM, self $issuerCertificate = null)
3535
{

0 commit comments

Comments
 (0)