From 423c9d829853ea6fc2e5efff9cc65902f830c7b8 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Sat, 11 Jun 2022 23:11:09 +0200 Subject: [PATCH] Fix long lines --- src/SimpleSAML/Configuration.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SimpleSAML/Configuration.php b/src/SimpleSAML/Configuration.php index 614684d66..63bc6f278 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 { -- GitLab