MIR0104
PossiblyNullArgument
An argument is possibly null but the parameter type doesn’t admit null.
Example
Section titled “Example”<?php// TODO: minimal example that triggers PossiblyNullArgument.How to fix
Section titled “How to fix”TODO: explain the typical fix or how to suppress.