Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
aidan-casey authored and github-actions[bot] committed Sep 16, 2022
1 parent 02e8d74 commit 6f88c8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/MapFromTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ public function dto_can_have_numeric_keys_in_nested_dto()
}
}

class DTOInner extends DataTransferObject {
class DTOInner extends DataTransferObject
{
public string $title;

#[MapFrom('0')]
Expand Down

0 comments on commit 6f88c8b

Please sign in to comment.