Skip to content

Commit

Permalink
fixed inconsistent use statement coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelkouril authored and dg committed Oct 9, 2015
1 parent 866364d commit 846028e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/PhpGenerator/ClassType.from.trait.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ trait Trait2

abstract class Class1
{
use Trait1, Trait2;
use Trait1;
use Trait2;
}

class Class2 extends Class1
Expand Down

0 comments on commit 846028e

Please sign in to comment.