Psalm
Get started
Documentation
Paid support
Plugins
Blog
GitHub
<?php declare(strict_types = 1); interface FooInterface { public function bar(int $i): void; } class ParentFoo { public function bar(): void { } } class Foo extends ParentFoo implements FooInterface { }
Snippet created on June 3 2022 at 11:09 UTC
Settings
Get link