Psalm
Get started
Documentation
Paid support
Plugins
Blog
GitHub
<?php function f(string $s): void { if ($s === 'two') { return; } if (in_array($s, ['one', 'two', 'three'], true)) { } }
Snippet created on October 7 2020 at 08:12 UTC
Settings
Get link