Merge "Add return type hint to function in ServiceWiring.php"

This commit is contained in:
jenkins-bot 2024-01-31 22:06:26 +00:00 committed by Gerrit Code Review
commit 917fe14e29

View file

@ -5,7 +5,7 @@
namespace MediaWiki\SecureLinkFixer;
return [
'HSTSPreloadLookup' => static function () {
'HSTSPreloadLookup' => static function (): HSTSPreloadLookup {
return new HSTSPreloadLookup( __DIR__ . '/../domains.php' );
}
];