diff options
Diffstat (limited to 'tests/indent/php/enum-indent.php')
| -rw-r--r-- | tests/indent/php/enum-indent.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/indent/php/enum-indent.php b/tests/indent/php/enum-indent.php new file mode 100644 index 000000000..6d8093baf --- /dev/null +++ b/tests/indent/php/enum-indent.php @@ -0,0 +1,4 @@ +<?php + +enum Test: int +{ |
