Psalm
Get started
Documentation
Paid support
Plugins
Blog
GitHub
<?php declare(strict_types = 1); /** * @param callable(int=): void $c */ function foo(callable $c): void { $c(); } foo(function(int $a): void {});
Snippet created on May 30 2022 at 11:31 UTC
Settings
Get link