mirror of
https://github.com/danog/psalm.git
synced 2024-12-13 01:37:23 +01:00
141 B
141 B
TaintedSleep
Emitted when user-controlled input can be passed into a sleep
call or similar.
<?php
sleep($_GET["seconds"]);