Psalm
Get started
Documentation
Plugins
Articles
GitHub
<?php function foo(string $s) : string { switch ($s) { case 'a': return 'hello'; case 'b': return 'goodbye'; } }
Snippet created on May 24 2018 at 18:14 UTC
Settings
Get link