mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
fix parameter type hint in phpdoc
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
aacaad2a3f
commit
37f510cec2
2 changed files with 2 additions and 2 deletions
|
|
@ -568,7 +568,7 @@ EOF;
|
|||
*
|
||||
* @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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue