MIR0221
Trace
This is an internal diagnostic. Internal/debug output of the @trace annotation, showing the inferred type of an expression. Not a project diagnostic.
Example
Section titled “Example”<?php/** @trace $x */$x = 42; // Trace: intHow to fix
Section titled “How to fix”This is a debugging aid for fixtures; remove the @trace annotation to silence it.