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

12 lines
174 B
PHP

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