mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
175 B
175 B
UndefinedTrace
Attempt to trace an undefined variable
<?php
/** @psalm-trace $x */
echo 'Hello World!';
How to fix
Provide existing variable or remove it