Back to Psalm

UndefinedMethod

docs/running_psalm/issues/UndefinedMethod.md

6.16.1108 B
Original Source

UndefinedMethod

Emitted when calling a method that does not exist

php
<?php

class A {}
A::foo();