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

11 lines
116 B
PHP
Raw Normal View History

2017-01-19 20:18:14 +00:00
<?php
class HelpClass3
{
public static function method(string $param = "")
{
}
}
HelpClass3::method()