Psalm
Get started
Documentation
Paid support
Plugins
Blog
GitHub
<?php /** * @param list<string> $list */ function modify(array &$list, int $offset, string $val): void { if(isset($list[$offset])) { } $list[$offset] = $val; }
Snippet created on February 28 2023 at 20:29 UTC
Settings
Get link