On Mon, Apr 10, 2023 at 1:45 AM Deleu <deleu...@gmail.com> wrote: > > Unfortunately I couldn't find where, but I remember reading that PHP 7.2 > deprecation of non-countable types was one of the biggest "busywork" > generator of the PHP 7 series. It made an extremely large impact at public > and private projects across the world for something with questionable > benefits. > > https://www.php.net/manual/en/migration72.incompatible.php#migration72.incompatible.warn-on-non-countable-types
I'm very thankful for fixes like this, it made us discover a lot of bugs in a 20 year old product that we are still actively developing on.