diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2022-01-24 21:16:00 +0100 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2022-02-05 18:54:55 +0100 |
| commit | 992926ab99e1c6e929e3a1d2873daac8a193907e (patch) | |
| tree | 674d95d9e9b53981cd861516fff5fade17c3fe10 /tests/indent/php/example2.php | |
| parent | 1b0a74afa8f3e2d17b510751d4185c8801190fa4 (diff) | |
indents(php): add another test
Diffstat (limited to 'tests/indent/php/example2.php')
| -rw-r--r-- | tests/indent/php/example2.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/indent/php/example2.php b/tests/indent/php/example2.php new file mode 100644 index 00000000..4f739f81 --- /dev/null +++ b/tests/indent/php/example2.php @@ -0,0 +1,6 @@ +<?php +function() +{ + $foo = 'bar'; + // indentation with `o` is correct +} |
