Skip to content

Commit 66e8a0f

Browse files
committed
Extend priority test for class_definition vs braces
1 parent 61b9090 commit 66e8a0f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/Fixtures/Integration/priority/class_definition,braces.test

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,15 @@ Integration of fixers: class_definition,braces.
88
class Foo {
99
}
1010

11+
class Bar {
12+
}
13+
1114
--INPUT--
1215
<?php
1316

1417
class Foo{
1518
}
19+
20+
class Bar
21+
{
22+
}

0 commit comments

Comments
 (0)