Psalm
Get started
Documentation
Paid support
Plugins
Blog
GitHub
<?php /** * @param non-empty-array<string, string> $items * @return non-empty-array<string, string> */ function test(array $items): array { return array_combine($items, $items); }
Snippet created on March 14 2021 at 22:43 UTC
Settings
Get link