From 3096e637c8d78fd9e9078f752dce2da2cc6d531e Mon Sep 17 00:00:00 2001 From: gbprod Date: Fri, 7 Oct 2022 11:08:29 +0200 Subject: fix(php): add indent for enums --- tests/indent/php_spec.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/indent/php_spec.lua') diff --git a/tests/indent/php_spec.lua b/tests/indent/php_spec.lua index d0b08aa6c..a826d0aa6 100644 --- a/tests/indent/php_spec.lua +++ b/tests/indent/php_spec.lua @@ -23,5 +23,6 @@ describe("indent PHP:", function() run:new_line("issue-2497.php", { on_line = 5, text = "$a =", indent = 4 }) run:new_line("unfinished-call.php", { on_line = 6, text = "$a =", indent = 0 }) run:new_line("issue-3591.php", { on_line = 4, text = "$a =", indent = 8 }) + run:new_line("enum-indent.php", { on_line = 4, text = "case", indent = 4 }) end) end) -- cgit v1.2.3-70-g09d2