Back to Psalm

UndefinedInterface

docs/running_psalm/issues/UndefinedInterface.md

6.16.1177 B
Original Source

UndefinedInterface

Emitted when referencing an interface that does not exist but does have an identically-named class.

php
<?php

class C {}

interface I extends C {}