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

10 lines
67 B
PHP
Raw Normal View History

2017-01-19 20:18:14 +00:00
<?php
function helpFunc2(int $count = 0)
{
}
2017-01-20 13:26:14 +00:00
$a = 1;
2017-01-19 20:18:14 +00:00
helpFunc2(