Skip to content

Commit

Permalink
Fixed code style
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Mar 27, 2016
1 parent c0ede5a commit d52b777
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/JsonApi/Schema/Data/CollectionDataTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ public function transformSinglePrimaryResourcesInTheOrderDefined()
[
["type" => "user", "id" => "1"]
],
$data->transformPrimaryResources());
$data->transformPrimaryResources()
);
}

/**
Expand All @@ -45,6 +46,7 @@ public function transformMultiplePrimaryResourcesInTheOrderDefined()
["type" => "dog", "id" => "3"],
["type" => "user", "id" => "3"],
],
$data->transformPrimaryResources());
$data->transformPrimaryResources()
);
}
}

0 comments on commit d52b777

Please sign in to comment.