Psalm
Get started
Documentation
Paid support
Plugins
Blog
GitHub
<?php declare(strict_types = 1); /** @param numeric-string $a */ function add3($a):float { return (float) $a + 3; } $a = '1.0'; $b = '2.0'; add3(\bcadd($a, $b));
Snippet created on November 26 2020 at 07:38 UTC
Settings
Get link