Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 157 Bytes

MixedFunctionCall.md

File metadata and controls

11 lines (8 loc) · 157 Bytes

MixedFunctionCall

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

<?php

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