Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 277 Bytes

Trace.md

File metadata and controls

15 lines (10 loc) · 277 Bytes

Trace

Not really an issue. Just reports the type of a variable when using @psalm-trace.

<?php

/** @psalm-trace $x */
$x = getmypid();

How to fix

Use it for debugging purposes, not for production