Psalm
Get started
Documentation
Paid support
Plugins
Blog
GitHub
<?php function app(?string $op1, string $op2): string { return match($op1 ?? $op2) { 'val1', 'val2' => '', default => 'test', }; }
Snippet created on May 3 2023 at 13:05 UTC
Settings
Get link