Skip to content

Commit

Permalink
Fixed CS
Browse files Browse the repository at this point in the history
  • Loading branch information
cezarystepkowski committed Nov 25, 2018
1 parent 5f518b1 commit 2b31dd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public function testConstructorDenormalizeWithArgumentArrayOfObjects()
$this->assertEquals(
array(
$expectedObjectInner1,
$expectedObjectInner2
$expectedObjectInner2,
),
$obj->getInners()
);
Expand Down

0 comments on commit 2b31dd8

Please sign in to comment.