1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-10 17:45:18 +02:00

[ticket/16987] Update html_output_formatter to updated interface

PHPBB3-16987
This commit is contained in:
Marc Alexander 2022-04-16 15:37:34 +02:00
parent 008f766cf4
commit f8d1fa876d
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -46,7 +46,7 @@ class html_output_formatter extends \Composer\Console\HtmlOutputFormatter
/**
* {@inheritdoc}
*/
public function format($message)
public function format(?string $message): ?string
{
$formatted = parent::format($message);