Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 155 Bytes

MixedArrayAccess.md

File metadata and controls

9 lines (6 loc) · 155 Bytes

MixedArrayAccess

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

<?php

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