Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 109 Bytes

UndefinedMethod.md

File metadata and controls

10 lines (7 loc) · 109 Bytes

UndefinedMethod

Emitted when calling a method that does not exist

<?php

class A {}
A::foo();