Psalm
Get started
Documentation
Paid support
Plugins
Blog
GitHub
<?php function testWithError(object|string $line): void { /** @var string $line */ /** any comment */ echo $line; } function testWithoutError(object|string $line): void { /** @var string $line */ echo $line; }
Snippet created on March 12 2025 at 08:17 UTC
Settings
Get link