UndefinedInterface
August 8, 2020 ยท View on GitHub
Emitted when referencing an interface that does not exist but does have an identically-named class.
<?php
class C {}
interface I extends C {}
August 8, 2020 ยท View on GitHub
Emitted when referencing an interface that does not exist but does have an identically-named class.
<?php
class C {}
interface I extends C {}