Psalm
Get started
Documentation
Paid support
Plugins
Blog
GitHub
<?php $nullable = $_GET['x'] ?? null; echo takesStr($nullable); function takesStr(string $val): string { return $val . 'foo'; }
Snippet created on April 21 2022 at 14:34 UTC
Settings
Get link