Skip to content
Snippets Groups Projects
Unverified Commit ea0ce613 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Add annotation

parent 76008e8f
No related branches found
No related tags found
No related merge requests found
...@@ -479,6 +479,7 @@ class FederationController ...@@ -479,6 +479,7 @@ class FederationController
$mdconfig = $this->mdHandler->getMetaDataConfig($entityID, $set); $mdconfig = $this->mdHandler->getMetaDataConfig($entityID, $set);
} }
/** @var array $certInfo Second param ensures non-nullable return-value */
$certInfo = Utils\Crypto::loadPublicKey($mdconfig, true, $prefix); $certInfo = Utils\Crypto::loadPublicKey($mdconfig, true, $prefix);
$response = new Response($certInfo['PEM']); $response = new Response($certInfo['PEM']);
......
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