MixedReturnStatement
Emitted when Psalm cannot determine the type of a given return statement
<?php
function foo() : int {
return $GLOBALS['foo']; // emitted here
}
Emitted when Psalm cannot determine the type of a given return statement
<?php
function foo() : int {
return $GLOBALS['foo']; // emitted here
}