Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 175 Bytes

UndefinedTrace.md

File metadata and controls

14 lines (9 loc) · 175 Bytes

UndefinedTrace

Attempt to trace an undefined variable

<?php

/** @psalm-trace $x */
echo 'Hello World!';

How to fix

Provide existing variable or remove it