pzoom
A fast Rust port of
Psalm
GitHub
Blog post
Try it
<?php /** * @return array<string> */ function takesAnInt(int $i) { return [$i, "hello"]; } $data = ["some text", 5]; takesAnInt($data[0]); $condition = rand(0, 5); if ($condition) { } elseif ($condition) {}
Loading analyzer…
Get link