parser/tests/fixtures/0176/code.php

8 lines
71 B
PHP
Raw Normal View History

2022-12-02 23:16:27 +01:00
<?php
function foo(
string $a,
int $bar,
float $baz,
) {}