mirror of
https://github.com/danog/psalm.git
synced 2024-12-12 17:27:28 +01:00
183 B
183 B
UnevaluatedCode
Emitted when --find-dead-code
is turned on and Psalm encounters code that will not be evaluated
function foo() : void {
return;
$a = "foo";
}