Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 168 Bytes

MixedArrayAssignment.md

File metadata and controls

9 lines (6 loc) · 168 Bytes

MixedArrayAssignment

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

<?php

$_GET['foo'][0] = "5";