MIR0107
PossiblyNullMethodCall
A method is called on a value that may be null.
Example
Section titled “Example”<?php// TODO: minimal example that triggers PossiblyNullMethodCall.How to fix
Section titled “How to fix”TODO: explain the typical fix or how to suppress.