Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Commit dd3f2ad

Browse files
committed
fixed CS
1 parent c57e62c commit dd3f2ad

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Tests/Fixtures/php5.4/traits.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ trait TFoo {
44

55
}
66

7-
class CFoo {
7+
class CFoo
8+
{
89
use TFoo;
910
}
1011
}
@@ -22,7 +23,8 @@ trait TFooBar {
2223

2324
}
2425

25-
class CBar implements IBar {
26+
class CBar implements IBar
27+
{
2628
use TBar, TFooBar;
2729
}
2830
}

0 commit comments

Comments
 (0)