@@ -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 |
@@ -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) |
@@ -40,6 +40,7 @@ |
||
| 40 | 40 | * Constructor. |
| 41 | 41 | * |
| 42 | 42 | * @param IetfAttrValue ...$values |
| 43 | + * @param IetfAttrValue[] $values |
|
| 43 | 44 | */ |
| 44 | 45 | public function __construct(IetfAttrValue ...$values) |
| 45 | 46 | { |
@@ -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 |