mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 20:00:06 +08:00
11 lines
93 B
PHP
Vendored
11 lines
93 B
PHP
Vendored
<?php
|
|
|
|
class FooClass {
|
|
|
|
public function bar() {
|
|
$this->
|
|
self::
|
|
}
|
|
}
|
|
|