Psalm
Get started
Documentation
Paid support
Plugins
Blog
GitHub
<?php /** * @var object{ * Nested: object{ * foo: string, * bar: string, * } * } $object */ if ($object->Nested->foo !== 'Foo') { return null; } if ($object->Nested->bar !== 'Bar') { return null; }
Snippet created on November 16 2023 at 10:03 UTC
Settings
Get link