diff --git a/src/SimpleSAML/Configuration.php b/src/SimpleSAML/Configuration.php index 614684d66e21799d627b42f4d9a979f3f975aac8..63bc6f2781f1eba032cf04906e706e22a2dec3af 100644 --- a/src/SimpleSAML/Configuration.php +++ b/src/SimpleSAML/Configuration.php @@ -1356,8 +1356,8 @@ class Configuration implements Utils\ClearableState * @return array Public key data, or empty array if no public key or was found. * * @throws \Exception If the certificate or public key cannot be loaded from location. - * @throws \SimpleSAML\Error\Exception If the location does not contain a valid PEM-encoded certificate, or there is no - * certificate in the metadata. + * @throws \SimpleSAML\Error\Exception If the location does not contain a valid PEM-encoded certificate, or there + * is no certificate in the metadata. */ public function getPublicKeys(?string $use = null, bool $required = false, string $prefix = ''): array {