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

12 lines
107 B
PHP
Raw Normal View History

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