Passed
Push — master ( 9211cf...ef75c4 )
by Tim
02:55
created
src/EntitySource.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.