MixedArrayAccess

September 15, 2022 ยท View on GitHub

Emitted when trying to access an array offset on a value whose type Psalm cannot determine

<?php

echo $GLOBALS['foo'][0];