Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 164 Bytes

MixedArrayOffset.md

File metadata and controls

9 lines (6 loc) · 164 Bytes

MixedArrayOffset

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

<?php

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