mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +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