Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

INREL-0: Fix wrong type hints in helper functions #176

Open
wants to merge 1 commit into
base: 8.x-2.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions infinite_base.module
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -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
*
Expand Down