InterfaceInstantiation
March 20, 2020 ยท View on GitHub
Emitted when an attempt is made to instantiate an interface:
<?php
interface I {}
new I();
March 20, 2020 ยท View on GitHub
Emitted when an attempt is made to instantiate an interface:
<?php
interface I {}
new I();