Back to Psalm

UndefinedFunction

docs/running_psalm/issues/UndefinedFunction.md

6.16.1306 B
Original Source

UndefinedFunction

Emitted when referencing a function that doesn't exist

php
<?php

foo();

Is also emitted when using extension functions not added to the composer.json requirements or to the enableExtensions config key.