MixedArgument

September 15, 2022 ยท View on GitHub

Emitted when Psalm cannot determine the type of an argument

<?php

function takesInt(int $i) : void {}
takesInt($GLOBALS['foo']);