Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche authored and github-actions[bot] committed Apr 3, 2023
1 parent dc3cc59 commit b429257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/DataTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,7 @@ public function __construct(
public Data $nestedData,
#[
WithTransformer(ConfidentialDataCollectionTransformer::class),
DataCollectionOf(SimpleData::class)
DataCollectionOf(SimpleData::class)
]
public DataCollection $nestedDataCollection,
) {
Expand Down Expand Up @@ -1269,7 +1269,7 @@ public function __construct(
public DataCollection $nested_collection,
#[
MapOutputName('nested_other_collection'),
DataCollectionOf(SimpleDataWithMappedProperty::class)
DataCollectionOf(SimpleDataWithMappedProperty::class)
]
public DataCollection $nested_renamed_collection,
) {
Expand Down

0 comments on commit b429257

Please sign in to comment.