nvim-treesitter/tests/indent/php/example.php

13 lines
174 B
PHP
Raw Permalink Normal View History

<?php
class example
{
public int $variable;
// indentation works correctly here
public function foo()
{
// indentation works correctly here
}
}