1
0
Fork 0
php-language-server/tests/Validation/cases/constants3.php

11 lines
118 B
PHP

<?php
namespace MyNamespace;
class A
{
public static function suite()
{
return array(T_NEW);
}
}