Psalm
Get started
Documentation
Paid support
Plugins
Blog
GitHub
<?php /** * @param callable(string=):string $callable */ function map(callable $callable): void { echo $callable(); } map(fn(string $a): string => $a);
Snippet created on August 25 2022 at 14:20 UTC
Settings
Get link