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