mirror of
https://github.com/danog/psalm.git
synced 2025-01-07 13:42:11 +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