Skip to content

Commit

Permalink
Fixed CS
Browse files Browse the repository at this point in the history
  • Loading branch information
cezarystepkowski committed May 10, 2018
1 parent b2bb763 commit 7b04753
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -171,7 +171,7 @@ public function testConstructorDenormalizeWithArgumentArrayOfObjects()
$this->assertEquals(
array(
$expectedObjectInner1,
$expectedObjectInner2
$expectedObjectInner2,
),
$obj->getInners()
);
Expand Down

0 comments on commit 7b04753

Please sign in to comment.