polyfill-mbstring
polyfill-mbstring copied to clipboard
Removed type hints
Removed the type hints on the last functions of the bootstrap.php file because all other methods do not have type hints.
For the context, I had the case many times on PrestaShop where the merchant is using an old PHP version and there is a fatal error because of the type hints (once removed it was solved).