Following the xibo update to v.4.3.0, I noticed these errors in my development environment. This does not prevent Xibo from functioning. Can be included the update of parsedown (Composer Update) in the new version of release 4.3 ?
The errors displayed:
Deprecated: Parsedown::blockSetextHeader(): Implicitly marking parameter $Block as nullable is deprecated, the explicit nullable type must be used instead in /var/www/cms/vendor/erusev/parsedown/Parsedown.php on line 715
Deprecated: Parsedown::blockTable(): Implicitly marking parameter $Block as nullable is deprecated, the explicit nullable type must be used instead in /var/www/cms/vendor/erusev/parsedown/Parsedown.php on line 853
