UndefinedMethod

August 8, 2020 ยท View on GitHub

Emitted when calling a method that does not exist

<?php

class A {}
A::foo();