MixedReturnStatement

September 15, 2022 ยท View on GitHub

Emitted when Psalm cannot determine the type of a given return statement

<?php

function foo() : int {
    return $GLOBALS['foo']; // emitted here
}