MixedFunctionCall

September 15, 2022 ยท View on GitHub

Emitted when calling a function on a value whose type Psalm cannot infer.

<?php

/** @var mixed */
$a = $GLOBALS['foo'];
$a();