MixedArrayOffset

September 15, 2022 ยท View on GitHub

Emitted when attempting to access an array offset where Psalm cannot determine the offset type

<?php

echo [1, 2, 3][$GLOBALS['foo']];