From e3354431ee436ad890fc8ca1262701a9fde70730 Mon Sep 17 00:00:00 2001 From: Steffen Schlaer Date: Mon, 22 Jun 2020 13:52:31 +0200 Subject: [PATCH] INREL-0: Fix wrong type hints in helper functions --- infinite_base.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/infinite_base.module b/infinite_base.module index 39b2b8a..f869ec8 100644 --- a/infinite_base.module +++ b/infinite_base.module @@ -332,9 +332,9 @@ function infinite_base_user_format_name_alter(&$name, $account) { /** * Replaces meta tag in html head with given content. * - * @param type $name + * @param string $name * - * @param type $content + * @param string $content * * @param array $attachments */ @@ -366,7 +366,7 @@ function infinite_base_replace_tag($name, $content, array &$attachments) { /** * Finds the index of a meta tag in the html head. * - * @param type $name + * @param string $name * * @param array $attachments *