indents(php): add another test

This commit is contained in:
Stephan Seitz 2022-01-24 21:16:00 +01:00
parent 1b0a74afa8
commit 992926ab99
3 changed files with 15 additions and 3 deletions

View file

@ -0,0 +1,6 @@
<?php
function()
{
$foo = 'bar';
// indentation with `o` is correct
}