Psalm
Get started
Documentation
Paid support
Plugins
Blog
GitHub
<?php declare(strict_types = 1); class HelloWorld { public function getValue(): int|false|null { /** @var int|false|null */ return filter_input(INPUT_GET, 'value', FILTER_VALIDATE_INT); } }
Snippet created on March 28 2023 at 11:32 UTC
Settings
Get link