Skip to content

Commit f82bc15

Browse files
committed
Merge pull request #20 from pavelkouril/fix-use-coding-style
Fixed inconsistent use statement coding style
2 parents 9796215 + d53b437 commit f82bc15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/PhpGenerator/ClassType.from.trait.phpt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ trait Trait2
2828

2929
abstract class Class1
3030
{
31-
use Trait1, Trait2;
31+
use Trait1;
32+
use Trait2;
3233
}
3334

3435
class Class2 extends Class1

0 commit comments

Comments
 (0)