@@ -273,6 +273,7 @@ |
||
| 273 | 273 | * Get self with extensions added. |
| 274 | 274 | * |
| 275 | 275 | * @param Extension ...$exts One or more Extension objects |
| 276 | + * @param Extension[] $exts |
|
| 276 | 277 | * @return self |
| 277 | 278 | */ |
| 278 | 279 | public function withAdditionalExtensions(Extension ...$exts): self |
@@ -383,6 +383,7 @@ |
||
| 383 | 383 | * Get self with extensions added. |
| 384 | 384 | * |
| 385 | 385 | * @param Extension ...$exts One or more Extension objects |
| 386 | + * @param Extension[] $exts |
|
| 386 | 387 | * @return self |
| 387 | 388 | */ |
| 388 | 389 | public function withAdditionalExtensions(Extension ...$exts): self |
@@ -52,6 +52,7 @@ |
||
| 52 | 52 | * @param PathValidationConfig $config Validation config |
| 53 | 53 | * @param Certificate ...$certificates Certificates from the trust anchor to |
| 54 | 54 | * the end-entity certificate |
| 55 | + * @param Certificate[] $certificates |
|
| 55 | 56 | */ |
| 56 | 57 | public function __construct(Crypto $crypto, PathValidationConfig $config, |
| 57 | 58 | Certificate ...$certificates) |