This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony
Pierre-Olivier Vares ac45be2580 In calls to mb_ functions, silently transform arg into string
In PHP8, a number of functions who were accepting null arguments will only accept
string ones.

In the polyfill, mb_* functions are declared with a trict type checking of "string".

Therefore, we deprecate the use of non string arguments, so that it won't break when either using the polyfill,
or future php8 versions.
2021-02-22 18:49:23 +01:00
..
Bridge [DeprecationErrorHandler] Fix tests 2021-02-04 18:21:43 +01:00
Bundle minor #40180 Fix: Article (localheinz) 2021-02-15 12:26:08 +01:00
Component In calls to mb_ functions, silently transform arg into string 2021-02-22 18:49:23 +01:00
Contracts [Contracts] fix branch-aliases 2021-02-11 13:34:09 +01:00