mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
179 B
179 B
UndefinedInterface
Emitted when referencing an interface that doesn’t exist but does have an identically-named class.
<?php
class C {}
interface I extends C {}