Skip to content

MIR0106

PossiblyNullPropertyFetch

A property is fetched from a value that may be null.

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

TODO: explain the typical fix or how to suppress.