Skip to content

Commit 52c5ac0

Browse files
committed
add test
1 parent f8e9bb9 commit 52c5ac0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

tests/php-ts-mode-resources/indent.erts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,17 @@ function with_two_attrs(): void {
9191
return;
9292
}
9393
=-=-=
94+
95+
Name: Opening bracket on new line
96+
97+
=-=
98+
<?php
99+
100+
class Test
101+
{
102+
public function test(): void
103+
{
104+
return;
105+
}
106+
}
107+
=-=-=

0 commit comments

Comments
 (0)