parser/phpast/samples/type-strings.php

5 lines
37 B
PHP
Raw Normal View History

2022-07-23 16:49:27 +02:00
<?php
function foo(string $bar) {
}