Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 178 Bytes

UndefinedInterface.md

File metadata and controls

11 lines (7 loc) · 178 Bytes

UndefinedInterface

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

<?php

class C {}

interface I extends C {}