Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Sep 10, 2024
1 parent 0b8a0d1 commit b7f1c1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions blog-api/src/User/UserRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ public function __construct(
Select $select,
private ORMInterface $orm,
private EntityWriter $entityWriter,
)
{
) {
parent::__construct($select);
}

Expand Down

0 comments on commit b7f1c1f

Please sign in to comment.