Psalm
Get started
Documentation
Paid support
Plugins
Blog
GitHub
<?php /** * @return array{int, int} */ function size(): array { return [10, 20]; } size()[2]; [$width, $height, $depth] = size();
Snippet created on May 8 2020 at 12:46 UTC
Settings
Get link