From 37f510cec28cbca0c849101e471b83293fd30aad Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Tue, 24 Aug 2021 17:43:21 +0200 Subject: fix parameter type hint in phpdoc Signed-off-by: Arthur Schiwon --- lib/public/Mail/IEMailTemplate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/public/Mail/IEMailTemplate.php') diff --git a/lib/public/Mail/IEMailTemplate.php b/lib/public/Mail/IEMailTemplate.php index 39d6661b624..2d776549814 100644 --- a/lib/public/Mail/IEMailTemplate.php +++ b/lib/public/Mail/IEMailTemplate.php @@ -130,7 +130,7 @@ interface IEMailTemplate { * * @param string $text Text of button; Note: When $plainText falls back to this, HTML is automatically escaped in the HTML email * @param string $url URL of button - * @param string $plainText Text of button in plain text version + * @param string|false $plainText Text of button in plain text version * if empty the $text is used, if false none will be used * * @since 12.0.0 -- cgit v1.2.3