@@ -119,7 +119,7 @@ |
||
119 | 119 | * @return \SimpleSAML\SAML2\XML\md\EntitiesDescriptor|\SAML2\XML\md\EntityDescriptor|null |
120 | 120 | * The downloaded metadata or NULL if we were unable to download or parse it. |
121 | 121 | */ |
122 | - private function downloadMetadata(): EntitiesDescriptor|EntityDescriptor|null |
|
122 | + private function downloadMetadata(): EntitiesDescriptor | EntityDescriptor | null |
|
123 | 123 | { |
124 | 124 | Logger::debug($this->logLoc . 'Downloading metadata from ' . var_export($this->url, true)); |
125 | 125 | $configUtils = new Utils\Config(); |