mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 19:00:06 +08:00
8 lines
64 B
PHP
8 lines
64 B
PHP
|
<?php namespace Mahou;
|
||
|
|
||
|
class Foo {
|
||
|
|
||
|
}
|
||
|
|
||
|
$some = method_calls();
|