Passing null to non-nullable internal function parameters – Updating Existing Code Base to php 8.1
I am just getting started on upgrading my code to be php 8.1 compatible. I have many pieces of code where I am passing potentially null values to internal functions.