Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 173 Bytes

MixedStringOffsetAssignment.md

File metadata and controls

9 lines (6 loc) · 173 Bytes

MixedStringOffsetAssignment

Emitted when assigning a value on a string using a value for which Psalm cannot infer a type

<?php

"hello"[0] = $GLOBALS['foo'];