mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-27 12:00:04 +08:00
13 lines
174 B
PHP
Vendored
13 lines
174 B
PHP
Vendored
<?php
|
|
|
|
class example
|
|
{
|
|
public int $variable;
|
|
// indentation works correctly here
|
|
|
|
public function foo()
|
|
{
|
|
// indentation works correctly here
|
|
}
|
|
}
|