@@ -11,7 +11,7 @@ |
||
11 | 11 | * |
12 | 12 | * @param \SimpleSAML\XHTML\Template &$template The template that we should alter in this hook. |
13 | 13 | */ |
14 | -function aggregator2_hook_configpage(Template &$template): void |
|
14 | +function aggregator2_hook_configpage(Template & $template): void |
|
15 | 15 | { |
16 | 16 | $template->data['links'][] = [ |
17 | 17 | 'href' => Module::getModuleURL('aggregator2/'), |
@@ -177,7 +177,7 @@ |
||
177 | 177 | } catch (Exception $e) { |
178 | 178 | Logger::error( |
179 | 179 | $this->logLoc . 'Unable to parse metadata from ' . |
180 | - var_export($this->url, true) . ': ' . $e->getMessage() |
|
180 | + var_export($this->url, true) . ': ' . $e->getMessage() |
|
181 | 181 | ); |
182 | 182 | return null; |
183 | 183 | } |