Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 130 Bytes

InterfaceInstantiation.md

File metadata and controls

10 lines (7 loc) · 130 Bytes

InterfaceInstantiation

Emitted when an attempt is made to instantiate an interface:

<?php

interface I {}
new I();