1
0
Fork 0
php-language-server/fixtures/completion/variable_with_prefix.php

11 lines
119 B
PHP

<?php
/**
* @param string|null $param A parameter
*/
function test(string $param = null)
{
$var = 123;
$p
}