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

12 lines
107 B
PHP

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