Skip to content

Commit 50681d7

Browse files
committed
Fixed psalm issues
1 parent 01bcd87 commit 50681d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Service/Kms/src/Result/GetPublicKeyResponse.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ protected function populateResult(Response $response): void
184184
}
185185

186186
/**
187-
* @return list<EncryptionAlgorithmSpec::*>
187+
* list<string>
188188
*/
189189
private function populateResultEncryptionAlgorithmSpecList(array $json): array
190190
{
@@ -200,7 +200,7 @@ private function populateResultEncryptionAlgorithmSpecList(array $json): array
200200
}
201201

202202
/**
203-
* @return list<KeyAgreementAlgorithmSpec::*>
203+
* @return list<string>
204204
*/
205205
private function populateResultKeyAgreementAlgorithmSpecList(array $json): array
206206
{
@@ -216,7 +216,7 @@ private function populateResultKeyAgreementAlgorithmSpecList(array $json): array
216216
}
217217

218218
/**
219-
* @return list<SigningAlgorithmSpec::*>
219+
* list<string>
220220
*/
221221
private function populateResultSigningAlgorithmSpecList(array $json): array
222222
{

0 commit comments

Comments
 (0)