spacevim/bundle/phpcomplete.vim/tests/fixtures/GetClassContents/foo.interface.php

5 lines
65 B
PHP
Raw Normal View History

2024-08-21 14:17:26 +08:00
<?php
interface FooInterface {
const SOME_CONTENT = 'bar';
}