@@ -44,6 +44,7 @@ |
||
| 44 | 44 | |
| 45 | 45 | /** |
| 46 | 46 | * {@inheritdoc} |
| 47 | + * @param string $type |
|
| 47 | 48 | */ |
| 48 | 49 | public function supportsDenormalization($data, $type, $format = null, array $context = []): bool |
| 49 | 50 | { |
@@ -44,6 +44,7 @@ |
||
| 44 | 44 | |
| 45 | 45 | /** |
| 46 | 46 | * {@inheritdoc} |
| 47 | + * @param string $type |
|
| 47 | 48 | */ |
| 48 | 49 | public function supportsDenormalization($data, $type, $format = null, array $context = []): bool |
| 49 | 50 | { |
@@ -82,6 +82,9 @@ |
||
| 82 | 82 | return $this->ismpApiV3->authCertKey(); |
| 83 | 83 | } |
| 84 | 84 | |
| 85 | + /** |
|
| 86 | + * @param string $connection |
|
| 87 | + */ |
|
| 85 | 88 | public function authCert(AuthCertRequest $request, ?string $connection = null): AuthCertResponse |
| 86 | 89 | { |
| 87 | 90 | return $this->ismpApiV3->authCert($request, $connection); |