diff options
Diffstat (limited to 'tests/indent/php/issue-6888.php')
| -rw-r--r-- | tests/indent/php/issue-6888.php | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/tests/indent/php/issue-6888.php b/tests/indent/php/issue-6888.php index 950cb8119..a0bcb3717 100644 --- a/tests/indent/php/issue-6888.php +++ b/tests/indent/php/issue-6888.php @@ -1,12 +1,12 @@ -<?php
-enum DaysOfWeek: int
-{
- case Sunday = 0;
- case Monday = 1;
-}
-
-class Foo {
- public int $id;
- public string $brand;
-}
-?>
\ No newline at end of file +<?php +enum DaysOfWeek: int +{ + case Sunday = 0; + case Monday = 1; +} + +class Foo { + public int $id; + public string $brand; +} +?> |
