@@ -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 metarefresh_hook_configpage(Template &$template): void |
|
14 | +function metarefresh_hook_configpage(Template & $template): void |
|
15 | 15 | { |
16 | 16 | $template->data['links'][] = [ |
17 | 17 | 'href' => Module::getModuleURL('metarefresh/'), |
@@ -73,7 +73,7 @@ |
||
73 | 73 | |
74 | 74 | try { |
75 | 75 | $mf = new \SimpleSAML\Module\metarefresh\MetaRefresh(); |
76 | - $mf->runRefresh(); |
|
76 | + $mf->runRefresh(); |
|
77 | 77 | |
78 | 78 | } catch (Exception $e) { |
79 | 79 | $e = Error\Exception::fromException($e); |