aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indent')
-rw-r--r--tests/indent/php/issue-6888.php24
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;
+}
+?>