MIR0108
PossiblyNullArrayAccess
Array access on a value that may be null.
Example
Section titled “Example”<?php// TODO: minimal example that triggers PossiblyNullArrayAccess.How to fix
Section titled “How to fix”TODO: explain the typical fix or how to suppress.