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

13 lines
141 B
PHP
Raw Normal View History

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