1
0
Fork 0
php-language-server/fixtures/signatureHelp/funcNotClosed.php

10 lines
67 B
PHP

<?php
function helpFunc2(int $count = 0)
{
}
$a = 1;
helpFunc2(