mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 14:50:04 +08:00
14 lines
136 B
PHP
Vendored
14 lines
136 B
PHP
Vendored
<?php
|
|
function foo() {
|
|
// code
|
|
}
|
|
|
|
class FooClass {
|
|
public function bar( $baz = 'foo') {
|
|
}
|
|
}
|
|
|
|
function bar() {
|
|
// code
|
|
}
|