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

13 lines
141 B
PHP

<?php
namespace MyNamespace;
class A
{
public static function suite()
{
return [
"hi" => BYE
];
}
}