1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 17:50:05 +08:00
SpaceVim/bundle/phpcomplete.vim/tests/fixtures/GetClassContents/foo.class.php

6 lines
72 B
PHP
Raw Normal View History

<?php
class FooClass {
public function bar( $baz = 'foo') {
}
}