@@ -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/'), |
@@ -317,7 +317,7 @@ |
||
317 | 317 | return; |
318 | 318 | } |
319 | 319 | |
320 | - $expireInfo = (string)$expires; |
|
320 | + $expireInfo = (string) $expires; |
|
321 | 321 | if ($tag !== null) { |
322 | 322 | $expireInfo .= ':' . $tag; |
323 | 323 | } |