Back to Psalm

MixedFunctionCall

docs/running_psalm/issues/MixedFunctionCall.md

6.16.1159 B
Original Source

MixedFunctionCall

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

php
<?php

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