Skip to content

MIR0107

PossiblyNullMethodCall

A method is called on a value that may be null.

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

TODO: explain the typical fix or how to suppress.