1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-19 03:54:42 +01:00

190 B

Trace

Not really an issue. Just reports type of the variable.

<?php

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

How to fix

Use it for debugging purposes, not for production