parser/phpast/samples/type-strings.php
2022-07-23 15:49:27 +01:00

5 lines
37 B
PHP

<?php
function foo(string $bar) {
}