parser/tests/0176/code.php
2022-12-04 08:56:53 +00:00

8 lines
71 B
PHP

<?php
function foo(
string $a,
int $bar,
float $baz,
) {}