File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Service/Kms/src/Result Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments