mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
When we would like to extend our class for the EMailTemplate, we have a PHP error about the type of the `$header` variable.
Because, the `$header` property is typed : db3c731b0e/lib/private/Mail/EMailTemplate.php (L97) .
Signed-off-by: Baptiste Fotia <fotia.baptiste@hotmail.com>