Back to Psalm

MixedArrayOffset

docs/running_psalm/issues/MixedArrayOffset.md

6.16.1166 B
Original Source

MixedArrayOffset

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

php
<?php

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