@@ -122,7 +122,7 @@ discard block |
||
| 122 | 122 | } |
| 123 | 123 | |
| 124 | 124 | /** |
| 125 | - * @return array |
|
| 125 | + * @return XMLSecurityKey[] |
|
| 126 | 126 | * @throws \Exception |
| 127 | 127 | */ |
| 128 | 128 | public function signingXMLSecurityKeyStore() |
@@ -216,7 +216,7 @@ discard block |
||
| 216 | 216 | } |
| 217 | 217 | |
| 218 | 218 | /** |
| 219 | - * @param array $keyDescriptors |
|
| 219 | + * @param KeyDescriptor[] $keyDescriptors |
|
| 220 | 220 | * @param string $signingOrEncrypt |
| 221 | 221 | * @return KeyDescriptor|null |
| 222 | 222 | */ |