At work, I have the task of upgrading all of our microservices to using PHP 8.2. This isn’t too bad; we’re running on PHP 8.0 anyway, and the PHP developers are known for pushing to retain backwards compatibility. However, the language does change and things get deprecated or tightened up, even between minor versions. So I needed a way to...