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