Skip to content

MIR0104

PossiblyNullArgument

An argument is possibly null but the parameter type doesn’t admit null.

<?php
// TODO: minimal example that triggers PossiblyNullArgument.

TODO: explain the typical fix or how to suppress.