Skip to content
Snippets Groups Projects
Commit ad90828f authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Add strict types

parent 9e0a3bf2
No related branches found
No related tags found
No related merge requests found
<?php
declare(strict_types=1);
use SimpleSAML\Locale\Translate;
use SimpleSAML\Module;
use SimpleSAML\XHTML\Template;
......@@ -15,5 +17,6 @@ function cron_hook_configpage(Template &$template): void
'href' => Module::getModuleURL('cron/info'),
'text' => Translate::noop('Cron module information page'),
];
$template->getLocalization()->addModuleDomain('cron');
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment