Psalm
Get started
Documentation
Plugins
Articles
GitHub
<?php class A { public function getInstance(): self { return new self(); } } class AChild extends A { public function getInstance(): self { return new self(); } }
Snippet created on November 27 2019 at 15:25 UTC
Settings
Get link