parser/tests/fixtures/0177/code.php

8 lines
70 B
PHP
Raw Normal View History

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