MIR0106
PossiblyNullPropertyFetch
A property is fetched from a value that may be null.
Example
Section titled “Example”<?php// TODO: minimal example that triggers PossiblyNullPropertyFetch.How to fix
Section titled “How to fix”TODO: explain the typical fix or how to suppress.