Skip to content
Snippets Groups Projects
Commit 423c9d82 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fix long lines

parent 752f7d0d
No related branches found
No related tags found
No related merge requests found
...@@ -1356,8 +1356,8 @@ class Configuration implements Utils\ClearableState ...@@ -1356,8 +1356,8 @@ class Configuration implements Utils\ClearableState
* @return array Public key data, or empty array if no public key or was found. * @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 \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 * @throws \SimpleSAML\Error\Exception If the location does not contain a valid PEM-encoded certificate, or there
* certificate in the metadata. * is no certificate in the metadata.
*/ */
public function getPublicKeys(?string $use = null, bool $required = false, string $prefix = ''): array public function getPublicKeys(?string $use = null, bool $required = false, string $prefix = ''): array
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment