1
0
Fork 0
php-language-server/fixtures/signature/funcClosed.php

8 lines
59 B
PHP

<?php
function helpFunc1(int $count = 0)
{
}
helpFunc1()