aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/php/issue-3591.php
diff options
context:
space:
mode:
authorCarlos Afonso <afonso.carlos.braga@gmail.com>2023-10-06 18:34:46 +0100
committerAmaan Qureshi <amaanq12@gmail.com>2023-10-15 14:34:32 -0400
commitbf87a16712124ed8485e359fda321861de769d2a (patch)
tree3947a06b380f497116421db25a865a889ed1adb1 /tests/indent/php/issue-3591.php
parentfix(markdown): set block quote priority within allowed range (diff)
downloadnvim-treesitter-bf87a16712124ed8485e359fda321861de769d2a.tar
nvim-treesitter-bf87a16712124ed8485e359fda321861de769d2a.tar.gz
nvim-treesitter-bf87a16712124ed8485e359fda321861de769d2a.tar.bz2
nvim-treesitter-bf87a16712124ed8485e359fda321861de769d2a.tar.lz
nvim-treesitter-bf87a16712124ed8485e359fda321861de769d2a.tar.xz
nvim-treesitter-bf87a16712124ed8485e359fda321861de769d2a.tar.zst
nvim-treesitter-bf87a16712124ed8485e359fda321861de769d2a.zip
fix(php): fix indentation for in between braces
Diffstat (limited to 'tests/indent/php/issue-3591.php')
-rw-r--r--tests/indent/php/issue-3591.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/indent/php/issue-3591.php b/tests/indent/php/issue-3591.php
index 30b90a6a0..598948f5c 100644
--- a/tests/indent/php/issue-3591.php
+++ b/tests/indent/php/issue-3591.php
@@ -2,4 +2,5 @@
function test() {
$array = [
+ ]
}