summaryrefslogtreecommitdiff
path: root/tests/indent/php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indent/php')
-rw-r--r--tests/indent/php/issue-3591.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/indent/php/issue-3591.php b/tests/indent/php/issue-3591.php
new file mode 100644
index 00000000..30b90a6a
--- /dev/null
+++ b/tests/indent/php/issue-3591.php
@@ -0,0 +1,5 @@
+<?php
+
+function test() {
+ $array = [
+}