Passed
Push — master ( 1541e8...71d8ac )
by Tim
02:55
created
hooks/hook_configpage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
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/'),
Please login to merge, or discard this patch.